mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 02:21:47 +00:00
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:
parent
ad26906ff6
commit
a74c7bf86c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user