Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:6545 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753904AbbJOE3a (ORCPT ); Thu, 15 Oct 2015 00:29:30 -0400 From: Tony Cho To: CC: , , , , , , , , , , , Subject: [PATCH 36/40] staging: wilc1000: move variable clients_count Date: Thu, 15 Oct 2015 13:25:17 +0900 Message-ID: <1444883121-31757-36-git-send-email-tony.cho@atmel.com> (sfid-20151015_064655_286895_0DF2D7E1) In-Reply-To: <1444883121-31757-1-git-send-email-tony.cho@atmel.com> References: <1444883121-31757-1-git-send-email-tony.cho@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-wireless-owner@vger.kernel.org List-ID: From: Leo Kim This patch move static variable clients_count to local variable position. Signed-off-by: Leo Kim Signed-off-by: Tony Cho --- drivers/staging/wilc1000/host_interface.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 4270ef1..ce8cfef 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; u8 *join_req; 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; -- 1.9.1