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

staging: wilc1000: join_req_drv can be static

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 870515c1
......@@ -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
......
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