Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225131
b: refs/heads/master
c: 80d7e40
h: refs/heads/master
i:
  225129: 0bc0988
  225127: bf0fca8
v: v3
  • Loading branch information
Helmut Schaa authored and John W. Linville committed Dec 8, 2010
1 parent ebdc0c3 commit a60e209
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: 50b12f597be354a5a224f05c65c54c0667e57aec
refs/heads/master: 80d7e403c97b712e302ec37e9beceff1dbdc9402
6 changes: 6 additions & 0 deletions trunk/net/mac80211/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,12 @@ static int ieee80211_change_bss(struct wiphy *wiphy,
sdata->flags &= ~IEEE80211_SDATA_DONT_BRIDGE_PACKETS;
}

if (params->ht_opmode >= 0) {
sdata->vif.bss_conf.ht_operation_mode =
(u16) params->ht_opmode;
changed |= BSS_CHANGED_HT;
}

ieee80211_bss_info_change_notify(sdata, changed);

return 0;
Expand Down

0 comments on commit a60e209

Please sign in to comment.