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

staging: wilc1000: mode_11i can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1bd9d44c
...@@ -257,7 +257,7 @@ static u8 del_beacon; ...@@ -257,7 +257,7 @@ static u8 del_beacon;
static u8 *join_req; static u8 *join_req;
u8 *info_element; u8 *info_element;
u8 mode_11i; static u8 mode_11i;
u8 gu8FlushedAuthType; u8 gu8FlushedAuthType;
u32 gu32FlushedJoinReqSize; u32 gu32FlushedJoinReqSize;
u32 gu32FlushedInfoElemAsocSize; u32 gu32FlushedInfoElemAsocSize;
......
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