staging: wilc1000: scan_while_connected can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ca8540e4d7
commit
f64321c6ba
@ -245,7 +245,7 @@ u8 gau8MulticastMacAddrList[WILC_MULTICAST_TABLE_SIZE][ETH_ALEN];
|
||||
|
||||
static u8 rcv_assoc_resp[MAX_ASSOC_RESP_FRAME_SIZE];
|
||||
|
||||
bool scan_while_connected;
|
||||
static bool scan_while_connected;
|
||||
|
||||
static s8 gs8Rssi;
|
||||
static s8 gs8lnkspd;
|
||||
|
Reference in New Issue
Block a user