Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

staging: wilc1000: join_req_drv can be static

parent 870515c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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