Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214877
b: refs/heads/master
c: 8d4780e
h: refs/heads/master
i:
  214875: 9fcb3c5
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Sep 28, 2010
1 parent 573325e commit 0518fda
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: d99bf6e707444af4df294f54a679f679018d7ec3
refs/heads/master: 8d4780eb1ece4e8109b4f6b2e5e61f7fc593c3f4
3 changes: 2 additions & 1 deletion trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ int ieee80211_hw_config(struct ieee80211_local *local, u32 changed)
chan = scan_chan;
channel_type = NL80211_CHAN_NO_HT;
local->hw.conf.flags |= IEEE80211_CONF_OFFCHANNEL;
} else if (local->tmp_channel) {
} else if (local->tmp_channel &&
local->oper_channel != local->tmp_channel) {
chan = scan_chan = local->tmp_channel;
channel_type = local->tmp_channel_type;
local->hw.conf.flags |= IEEE80211_CONF_OFFCHANNEL;
Expand Down

0 comments on commit 0518fda

Please sign in to comment.