Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278386
b: refs/heads/master
c: e7979ac
h: refs/heads/master
v: v3
  • Loading branch information
Arik Nemtsov authored and John W. Linville committed Nov 28, 2011
1 parent 20bcd33 commit 76e0e9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: e170d180fb0fa13f86fc9f2b257eceb43f4e0859
refs/heads/master: e7979ac7826e3170c685e7fe6d8c594ac505a30a
7 changes: 5 additions & 2 deletions trunk/net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1240,8 +1240,11 @@ int ieee80211_reconfig(struct ieee80211_local *local)
changed |= BSS_CHANGED_IBSS;
/* fall through */
case NL80211_IFTYPE_AP:
changed |= BSS_CHANGED_SSID |
BSS_CHANGED_AP_PROBE_RESP;
changed |= BSS_CHANGED_SSID;

if (sdata->vif.type == NL80211_IFTYPE_AP)
changed |= BSS_CHANGED_AP_PROBE_RESP;

/* fall through */
case NL80211_IFTYPE_MESH_POINT:
changed |= BSS_CHANGED_BEACON |
Expand Down

0 comments on commit 76e0e9e

Please sign in to comment.