]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/wilc1000/wilc_wfi_netdevice.h
staging: wilc1000: remove WILC_Uint64
[karo-tx-linux.git] / drivers / staging / wilc1000 / wilc_wfi_netdevice.h
index 108d4533c4e484ce3a9b2324ffccd2a5a44d6385..10e6b1a22fd69dc9634d316c277166e84e8daff0 100644 (file)
@@ -118,7 +118,7 @@ struct wilc_wfi_p2pListenParams {
        struct ieee80211_channel *pstrListenChan;
        enum nl80211_channel_type tenuChannelType;
        u32 u32ListenDuration;
-       WILC_Uint64 u64ListenCookie;
+       u64 u64ListenCookie;
        u32 u32ListenSessionID;
 };
 
@@ -130,7 +130,7 @@ struct WILC_WFI_priv {
 
        #ifdef WILC_P2P
        struct wilc_wfi_p2pListenParams strRemainOnChanParams;
-       WILC_Uint64 u64tx_cookie;
+       u64 u64tx_cookie;
 
        #endif