Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253039
b: refs/heads/master
c: 1d38c16
h: refs/heads/master
i:
  253037: de18e19
  253035: 4231c2f
  253031: e8d1a79
  253023: e68c122
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed May 26, 2011
1 parent 4cece4c commit 2b9ff66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 41e2b05b9598d6bdf91fc20280bfc538d853f769
refs/heads/master: 1d38c16ce4156f63b45abbd09dd28ca2ef5172b4
6 changes: 6 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,9 @@ 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 @@ -245,6 +248,9 @@ 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 2b9ff66

Please sign in to comment.