summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.h
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2016-01-03 17:36:01 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-03 15:11:00 -0800
commit733d10312c9796a14da7be56a10e407ad4b9a0bf (patch)
treeb485a4d4f5fcbd04566c6b40496e79521a2e7b3b /drivers/staging/wilc1000/host_interface.h
parent2df3585b12554f242816b21c4d6bd9f7e7f4c8cc (diff)
downloadlinux-733d10312c9796a14da7be56a10e407ad4b9a0bf.tar.bz2
staging: wilc1000: rename pu8Tail in wilc_add_beacon
This patch renames pu8Tail to tail to avoid camelcase. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/host_interface.h')
-rw-r--r--drivers/staging/wilc1000/host_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h
index 7e4ea186b4a2..b61b4845e509 100644
--- a/drivers/staging/wilc1000/host_interface.h
+++ b/drivers/staging/wilc1000/host_interface.h
@@ -344,7 +344,7 @@ s32 wilc_hif_set_cfg(struct wilc_vif *vif,
s32 wilc_init(struct net_device *dev, struct host_if_drv **phWFIDrv);
s32 wilc_deinit(struct wilc_vif *vif);
int wilc_add_beacon(struct wilc_vif *vif, u32 interval, u32 dtim_period,
- u32 head_len, u8 *head, u32 tail_len, u8 *pu8Tail);
+ u32 head_len, u8 *head, u32 tail_len, u8 *tail);
int wilc_del_beacon(struct wilc_vif *vif);
int wilc_add_station(struct wilc_vif *vif, struct add_sta_param *sta_param);
int wilc_del_allstation(struct wilc_vif *vif, u8 mac_addr[][ETH_ALEN]);