staging: wilc1000: join_req_drv 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:59:53 +08:00 committed by Greg Kroah-Hartman
parent 870515c113
commit 23fba59de0
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ static u8 mode_11i;
u8 auth_type;
u32 join_req_size;
static u32 info_element_size;
struct host_if_drv *join_req_drv;
static struct host_if_drv *join_req_drv;
#define REAL_JOIN_REQ 0
#define FLUSHED_JOIN_REQ 1
#define FLUSHED_BYTE_POS 79