staging: wilc1000: rename variable gu8DelBcn

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>
This commit is contained in:
Leo Kim 2015-10-15 13:25:07 +09:00 committed by Greg Kroah-Hartman
parent ad26906ff6
commit a74c7bf86c

View 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;