Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233435
b: refs/heads/master
c: a7b545f
h: refs/heads/master
i:
  233433: 08a439f
  233431: a93925c
v: v3
  • Loading branch information
Eliad Peller authored and John W. Linville committed Feb 9, 2011
1 parent 20e3394 commit addd7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c91d01556f52255a31575be0cb1981c92a2a5028
refs/heads/master: a7b545f7fe753ca3dc1b51ca57f90cd59d974e44
2 changes: 2 additions & 0 deletions trunk/net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,9 @@ int ieee80211_reconfig(struct ieee80211_local *local)
switch (sdata->vif.type) {
case NL80211_IFTYPE_STATION:
changed |= BSS_CHANGED_ASSOC;
mutex_lock(&sdata->u.mgd.mtx);
ieee80211_bss_info_change_notify(sdata, changed);
mutex_unlock(&sdata->u.mgd.mtx);
break;
case NL80211_IFTYPE_ADHOC:
changed |= BSS_CHANGED_IBSS;
Expand Down

0 comments on commit addd7a9

Please sign in to comment.