|
@@ -350,18 +350,6 @@ void ieee80211_stop_queue(struct ieee80211_hw *hw, int queue)
|
|
}
|
|
}
|
|
EXPORT_SYMBOL(ieee80211_stop_queue);
|
|
EXPORT_SYMBOL(ieee80211_stop_queue);
|
|
|
|
|
|
-void ieee80211_start_queues(struct ieee80211_hw *hw)
|
|
|
|
-{
|
|
|
|
- struct ieee80211_local *local = hw_to_local(hw);
|
|
|
|
- int i;
|
|
|
|
-
|
|
|
|
- for (i = 0; i < hw->queues + hw->ampdu_queues; i++)
|
|
|
|
- clear_bit(IEEE80211_LINK_STATE_XOFF, &local->state[i]);
|
|
|
|
- if (!ieee80211_qdisc_installed(local->mdev))
|
|
|
|
- netif_start_queue(local->mdev);
|
|
|
|
-}
|
|
|
|
-EXPORT_SYMBOL(ieee80211_start_queues);
|
|
|
|
-
|
|
|
|
void ieee80211_stop_queues(struct ieee80211_hw *hw)
|
|
void ieee80211_stop_queues(struct ieee80211_hw *hw)
|
|
{
|
|
{
|
|
int i;
|
|
int i;
|