OSDN Git Service

staging: wilc1000: rename variable gu8DelBcn
authorLeo Kim <leo.kim@atmel.com>
Thu, 15 Oct 2015 04:25:07 +0000 (13:25 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 04:49:54 +0000 (21:49 -0700)
This patch renames variable gu8DelBcn to del_beacon
to avoid CamelCase naming convention.

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c

index 1b010ef..a2a865f 100644 (file)
@@ -253,7 +253,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;
@@ -2343,7 +2343,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;