staging: wilc1000: info_element_size 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:47:44 +08:00 committed by Greg Kroah-Hartman
parent dfef7b84e8
commit 5e0e7c2e45
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ u8 *info_element;
static u8 mode_11i;
u8 auth_type;
u32 join_req_size;
u32 info_element_size;
static u32 info_element_size;
struct host_if_drv *gu8FlushedJoinReqDrvHandler;
#define REAL_JOIN_REQ 0
#define FLUSHED_JOIN_REQ 1