staging: wilc1000: set bssid with mode
authorGlen Lee <glen.lee@atmel.com>
Mon, 25 Jan 2016 07:35:15 +0000 (16:35 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 23:25:40 +0000 (15:25 -0800)
commitba615f1ef9cc8272ac8def632286c53524ce4f57
tree988836292215b99f42ed241b9cbfec28ce5931dd
parente32737e9da8d870006fa34a4374391d103d87eb6
staging: wilc1000: set bssid with mode

This patch add new argument mode to wilc_wlan_set_bssid and define mode in
struct wilc_vif also. The mode is used by get_if_handler function to get proper
netdevice for each mode.
The get_if_handler is changed together. Remove invalid handle codes and
add mode condition to get netdevice for the mode.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
drivers/staging/wilc1000/wilc_wfi_netdevice.h
drivers/staging/wilc1000/wilc_wlan.h
This page took 0.028086 seconds and 5 git commands to generate.