提交 7178aed8 编写于 作者: L Leo Kim 提交者: 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: NLeo Kim <leo.kim@atmel.com>
Signed-off-by: NTony Cho <tony.cho@atmel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 31390eec
...@@ -254,6 +254,7 @@ static u8 set_ip[2][4]; ...@@ -254,6 +254,7 @@ static u8 set_ip[2][4];
static u8 get_ip[2][4]; static u8 get_ip[2][4];
static u32 inactive_time; static u32 inactive_time;
static u8 del_beacon; static u8 del_beacon;
static u32 clients_count;
static u8 *join_req; static u8 *join_req;
u8 *info_element; u8 *info_element;
...@@ -4138,8 +4139,6 @@ void host_int_send_network_info_to_host ...@@ -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 host_int_init(struct host_if_drv **hif_drv_handler)
{ {
s32 result = 0; s32 result = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册