|
@@ -555,22 +555,6 @@ int rt2x00mac_get_stats(struct ieee80211_hw *hw,
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(rt2x00mac_get_stats);
|
|
|
|
|
|
-int rt2x00mac_get_tx_stats(struct ieee80211_hw *hw,
|
|
|
- struct ieee80211_tx_queue_stats *stats)
|
|
|
-{
|
|
|
- struct rt2x00_dev *rt2x00dev = hw->priv;
|
|
|
- unsigned int i;
|
|
|
-
|
|
|
- for (i = 0; i < rt2x00dev->ops->tx_queues; i++) {
|
|
|
- stats[i].len = rt2x00dev->tx[i].length;
|
|
|
- stats[i].limit = rt2x00dev->tx[i].limit;
|
|
|
- stats[i].count = rt2x00dev->tx[i].count;
|
|
|
- }
|
|
|
-
|
|
|
- return 0;
|
|
|
-}
|
|
|
-EXPORT_SYMBOL_GPL(rt2x00mac_get_tx_stats);
|
|
|
-
|
|
|
void rt2x00mac_bss_info_changed(struct ieee80211_hw *hw,
|
|
|
struct ieee80211_vif *vif,
|
|
|
struct ieee80211_bss_conf *bss_conf,
|