Skip to content

Commit

Permalink
Revert "mac80211: stop queues before rate control updation"
Browse files Browse the repository at this point in the history
This reverts commit 1d38c16.

The mac80211 maintainer raised complaints about abuse of the CSA stop
reason, and about whether this patch actually serves its intended
purpose at all.

Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
linvjw committed Jun 7, 2011
1 parent 51892db commit bb77f63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,6 @@ static u32 ieee80211_enable_ht(struct ieee80211_sub_if_data *sdata,
WARN_ON(!ieee80211_set_channel_type(local, sdata, channel_type));
}

ieee80211_stop_queues_by_reason(&sdata->local->hw,
IEEE80211_QUEUE_STOP_REASON_CSA);

/* channel_type change automatically detected */
ieee80211_hw_config(local, 0);

Expand All @@ -248,9 +245,6 @@ static u32 ieee80211_enable_ht(struct ieee80211_sub_if_data *sdata,
rcu_read_unlock();
}

ieee80211_wake_queues_by_reason(&sdata->local->hw,
IEEE80211_QUEUE_STOP_REASON_CSA);

ht_opmode = le16_to_cpu(hti->operation_mode);

/* if bss configuration changed store the new one */
Expand Down

0 comments on commit bb77f63

Please sign in to comment.