Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277605
b: refs/heads/master
c: ef5af74
h: refs/heads/master
i:
  277603: 4c73938
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Nov 8, 2011
1 parent 053469b commit 49bd82c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5a5ee76e09b1f5a3a550127aecc2ea4d59f17963
refs/heads/master: ef5af74707e1921f9462e2cfeb336a21af6ae902
2 changes: 1 addition & 1 deletion trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ static int ieee80211_set_channel(struct wiphy *wiphy,
(old_oper_type != local->_oper_channel_type))
ieee80211_hw_config(local, IEEE80211_CONF_CHANGE_CHANNEL);

if ((sdata && sdata->vif.type != NL80211_IFTYPE_MONITOR) &&
if (sdata && sdata->vif.type != NL80211_IFTYPE_MONITOR &&
old_vif_oper_type != sdata->vif.bss_conf.channel_type)
ieee80211_bss_info_change_notify(sdata, BSS_CHANGED_HT);

Expand Down

0 comments on commit 49bd82c

Please sign in to comment.