wifi: mac80211: make sta airtime deficit field s32 instead of s64
[linux-2.6-microblaze.git] / net / mac80211 / sta_info.h
index 3e26ad3..44ebf17 100644 (file)
@@ -138,7 +138,7 @@ enum ieee80211_agg_stop_reason {
 struct airtime_info {
        u64 rx_airtime;
        u64 tx_airtime;
-       s64 deficit;
+       s32 deficit;
        atomic_t aql_tx_pending; /* Estimated airtime for frames pending */
        u32 aql_limit_low;
        u32 aql_limit_high;