staging: wilc1000: use u8 instead of uint8_t
[deliverable/linux.git] / drivers / staging / wilc1000 / linux_mon.c
index 6bee71051c0da4d411be7526e59c4304e7f35185..a38d29394ae7c9b3653e4ceb01d25ec5ddaa72d2 100644 (file)
@@ -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;
This page took 0.142496 seconds and 5 git commands to generate.