Commit f64321c6 authored by kbuild test robot's avatar kbuild test robot Committed by Greg Kroah-Hartman

staging: wilc1000: scan_while_connected can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ca8540e4
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment