Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

staging: wilc1000: scan_while_connected can be static

parent ca8540e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;