Commit 7178aed8 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

staging: wilc1000: move variable clients_count

This patch moves static variable clients_count to around where the local
variables are togther.
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarTony Cho <tony.cho@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 31390eec
......@@ -254,6 +254,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;
u8 *info_element;
......@@ -4138,8 +4139,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;
......
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