Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195241
b: refs/heads/master
c: 9feaddc
h: refs/heads/master
i:
  195239: 61c3e26
v: v3
  • Loading branch information
Wey-Yi Guy authored and John W. Linville committed May 12, 2010
1 parent 40f93f9 commit 3ac7d67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ce6e438d5d9ed8ed775cd1e94f92002c8da2bad
refs/heads/master: 9feaddc77b2a2ee460f39d1420f9675db972659e
3 changes: 2 additions & 1 deletion trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,8 @@ void ieee80211_sta_process_chanswitch(struct ieee80211_sub_if_data *sdata,
if (sw_elem->count <= 1) {
ieee80211_queue_work(&sdata->local->hw, &ifmgd->chswitch_work);
} else {
ieee80211_stop_queues_by_reason(&sdata->local->hw,
if (sw_elem->mode)
ieee80211_stop_queues_by_reason(&sdata->local->hw,
IEEE80211_QUEUE_STOP_REASON_CSA);
ifmgd->flags |= IEEE80211_STA_CSA_RECEIVED;
mod_timer(&ifmgd->chswitch_timer,
Expand Down

0 comments on commit 3ac7d67

Please sign in to comment.