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:
kbuild test robot
2015-10-15 14:46:26 +08:00
committed by Greg Kroah-Hartman
parent ca8540e4d7
commit f64321c6ba

View File

@ -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;