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

staging: wilc1000: join_req can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 044a6410
...@@ -255,7 +255,7 @@ static u8 get_ip[2][4]; ...@@ -255,7 +255,7 @@ static u8 get_ip[2][4];
static u32 inactive_time; static u32 inactive_time;
static u8 del_beacon; static u8 del_beacon;
u8 *join_req; static u8 *join_req;
u8 *gu8FlushedInfoElemAsoc; u8 *gu8FlushedInfoElemAsoc;
u8 gu8Flushed11iMode; u8 gu8Flushed11iMode;
u8 gu8FlushedAuthType; u8 gu8FlushedAuthType;
......
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