update bcmdhd wifi driver to 1.201.59
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / rockchip_wlan / rkwifi / bcmdhd / dhd_wlfc.h
index e1f748a23321b0b34ee11ac3b3c7a4b3e6e11bd3..05365421edf1497878bc94cb79596b7f5cb3bc98 100755 (executable)
@@ -1,6 +1,6 @@
 /*
 * $Copyright Open 2009 Broadcom Corporation$
-* $Id: dhd_wlfc.h 490028 2014-07-09 05:58:25Z $
+* $Id: dhd_wlfc.h 501046 2014-09-06 01:25:16Z $
 *
 */
 #ifndef __wlfc_host_driver_definitions_h__
@@ -115,9 +115,9 @@ typedef struct wlfc_mac_descriptor {
        uint8 send_tim_signal;
        uint8 mac_handle;
        /* Number of packets at dongle for this entry. */
-       uint transit_count;
+       int transit_count;
        /* Numbe of suppression to wait before evict from delayQ */
-       uint suppr_transit_count;
+       int suppr_transit_count;
        /* flag. TRUE when in suppress state */
        uint8 suppressed;