Return-path: Received: from eusmtp01.atmel.com ([212.144.249.242]:6352 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752291AbbJOE2X (ORCPT ); Thu, 15 Oct 2015 00:28:23 -0400 From: Tony Cho To: CC: , , , , , , , , , , , Subject: [PATCH 26/40] staging: wilc1000: rename variable gu8DelBcn Date: Thu, 15 Oct 2015 13:25:07 +0900 Message-ID: <1444883121-31757-26-git-send-email-tony.cho@atmel.com> (sfid-20151015_064657_530370_69C0C399) 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 renames variable gu8DelBcn to del_beacon to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Tony Cho --- drivers/staging/wilc1000/host_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 6f4158f..1ad160d 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drivers/staging/wilc1000/host_interface.c @@ -259,7 +259,7 @@ static u8 ch_no; static u8 set_ip[2][4]; static u8 get_ip[2][4]; static u32 inactive_time; -static u8 gu8DelBcn; +static u8 del_beacon; static u32 gu32WidConnRstHack; u8 *gu8FlushedJoinReq; @@ -2373,7 +2373,7 @@ static void Handle_DelBeacon(struct host_if_drv *hif_drv) strWID.id = (u16)WID_DEL_BEACON; strWID.type = WID_CHAR; strWID.size = sizeof(char); - strWID.val = &gu8DelBcn; + strWID.val = &del_beacon; if (strWID.val == NULL) return; -- 1.9.1