staging: wilc1000: join_req 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 15:04:15 +08:00
committed by Greg Kroah-Hartman
parent 044a641014
commit ef5991947f

View File

@ -255,7 +255,7 @@ static u8 get_ip[2][4];
static u32 inactive_time;
static u8 del_beacon;
u8 *join_req;
static u8 *join_req;
u8 *gu8FlushedInfoElemAsoc;
u8 gu8Flushed11iMode;
u8 gu8FlushedAuthType;