Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266040
b: refs/heads/master
c: 1ea57b1
h: refs/heads/master
v: v3
  • Loading branch information
Shahar Levi authored and John W. Linville committed Sep 14, 2011
1 parent bbac5f0 commit 2186ab5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5fbdf4a2dfbc320bb8422c88c0f59b624043add1
refs/heads/master: 1ea57b1f12c045db5fca5d1299963ca1c70983ea
3 changes: 3 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,9 @@ static void ieee80211_chswitch_work(struct work_struct *work)
/* call "hw_config" only if doing sw channel switch */
ieee80211_hw_config(sdata->local,
IEEE80211_CONF_CHANGE_CHANNEL);
} else {
/* update the device channel directly */
sdata->local->hw.conf.channel = sdata->local->oper_channel;
}

/* XXX: shouldn't really modify cfg80211-owned data! */
Expand Down

0 comments on commit 2186ab5

Please sign in to comment.