summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_mon.c
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-09-15 14:06:14 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-15 06:51:02 -0700
commit51e825f70b67ee9eb6ebb4ee8a191b31ea18981e (patch)
tree2668d70f701e7d0dc9dd5bc499468c08a602b1dc /drivers/staging/wilc1000/linux_mon.c
parent2726887c5647b3799a568092ede0fecc418fce16 (diff)
downloadop-kernel-dev-51e825f70b67ee9eb6ebb4ee8a191b31ea18981e.zip
op-kernel-dev-51e825f70b67ee9eb6ebb4ee8a191b31ea18981e.tar.gz
staging: wilc1000: use u8 instead of uint8_t
This patch replaces uint8_t with u8 that is a preferred kernel type. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/linux_mon.c')
-rw-r--r--drivers/staging/wilc1000/linux_mon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/linux_mon.c b/drivers/staging/wilc1000/linux_mon.c
index 6bee710..a38d293 100644
--- a/drivers/staging/wilc1000/linux_mon.c
+++ b/drivers/staging/wilc1000/linux_mon.c
@@ -54,7 +54,7 @@ u8 broadcast[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
#define IS_MGMT_STATUS_SUCCES 0x040
#define GET_PKT_OFFSET(a) (((a) >> 22) & 0x1ff)
-void WILC_WFI_monitor_rx(uint8_t *buff, uint32_t size)
+void WILC_WFI_monitor_rx(u8 *buff, uint32_t size)
{
uint32_t header, pkt_offset;
struct sk_buff *skb = NULL;
OpenPOWER on IntegriCloud