]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/ath/ar9170/ar9170.h
ar9170: remove get_tx_stats() mac80211 op
[~andy/linux] / drivers / net / wireless / ath / ar9170 / ar9170.h
index b99a8c2053d8f9a3a0321b62fe55fe80495a4af6..8c8ce67971e99d6ddad9d66779be37a4099e641a 100644 (file)
@@ -144,6 +144,12 @@ struct ar9170_sta_tid {
        bool active;
 };
 
+struct ar9170_tx_queue_stats {
+       unsigned int len;
+       unsigned int limit;
+       unsigned int count;
+};
+
 #define AR9170_QUEUE_TIMEOUT           64
 #define AR9170_TX_TIMEOUT              8
 #define AR9170_BA_TIMEOUT              4
@@ -211,7 +217,7 @@ struct ar9170 {
 
        /* qos queue settings */
        spinlock_t tx_stats_lock;
-       struct ieee80211_tx_queue_stats tx_stats[5];
+       struct ar9170_tx_queue_stats tx_stats[5];
        struct ieee80211_tx_queue_params edcf[5];
 
        spinlock_t cmdlock;