Message ID | 1444970290-17609-36-git-send-email-tony.cho@atmel.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index e6c4da3..5006f5d 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -260,6 +260,7 @@ static u8 set_ip[2][4]; static u8 get_ip[2][4]; static u32 inactive_time; static u8 del_beacon; +static u32 clients_count; static u8 *join_req; static u8 *info_element; @@ -4175,8 +4176,6 @@ void host_int_send_network_info_to_host { } -static u32 clients_count; - s32 host_int_init(struct host_if_drv **hif_drv_handler) { s32 result = 0;