diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 88fa3e03e3e9..31fd8bab2173 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1022,11 +1022,6 @@ static inline int ieee80211_num_regular_queues(struct ieee80211_hw *hw) | |||
1022 | return hw->queues; | 1022 | return hw->queues; |
1023 | } | 1023 | } |
1024 | 1024 | ||
1025 | static inline int ieee80211_num_queues(struct ieee80211_hw *hw) | ||
1026 | { | ||
1027 | return hw->queues + hw->ampdu_queues; | ||
1028 | } | ||
1029 | |||
1030 | static inline struct ieee80211_rate * | 1025 | static inline struct ieee80211_rate * |
1031 | ieee80211_get_tx_rate(const struct ieee80211_hw *hw, | 1026 | ieee80211_get_tx_rate(const struct ieee80211_hw *hw, |
1032 | const struct ieee80211_tx_info *c) | 1027 | const struct ieee80211_tx_info *c) |