diff options
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 909956c97c44..f00fc76a7344 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -1567,14 +1567,6 @@ void ieee80211_wake_queue(struct ieee80211_hw *hw, int queue); | |||
1567 | void ieee80211_stop_queue(struct ieee80211_hw *hw, int queue); | 1567 | void ieee80211_stop_queue(struct ieee80211_hw *hw, int queue); |
1568 | 1568 | ||
1569 | /** | 1569 | /** |
1570 | * ieee80211_start_queues - start all queues | ||
1571 | * @hw: pointer to as obtained from ieee80211_alloc_hw(). | ||
1572 | * | ||
1573 | * Drivers should use this function instead of netif_start_queue. | ||
1574 | */ | ||
1575 | void ieee80211_start_queues(struct ieee80211_hw *hw); | ||
1576 | |||
1577 | /** | ||
1578 | * ieee80211_stop_queues - stop all queues | 1570 | * ieee80211_stop_queues - stop all queues |
1579 | * @hw: pointer as obtained from ieee80211_alloc_hw(). | 1571 | * @hw: pointer as obtained from ieee80211_alloc_hw(). |
1580 | * | 1572 | * |