Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278932
b: refs/heads/master
c: 0d392e9
h: refs/heads/master
v: v3
  • Loading branch information
Eliad Peller authored and John W. Linville committed Dec 13, 2011
1 parent be5fbfe commit decd3a6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: cd6c524e9e0b5ad8ce52bc3b4a3a1e272e3a8410
refs/heads/master: 0d392e938b55935cf4137e05a23009dc168481c3
3 changes: 2 additions & 1 deletion trunk/net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,8 @@ int ieee80211_reconfig(struct ieee80211_local *local)

switch (sdata->vif.type) {
case NL80211_IFTYPE_STATION:
changed |= BSS_CHANGED_ASSOC;
changed |= BSS_CHANGED_ASSOC |
BSS_CHANGED_ARP_FILTER;
mutex_lock(&sdata->u.mgd.mtx);
ieee80211_bss_info_change_notify(sdata, changed);
mutex_unlock(&sdata->u.mgd.mtx);
Expand Down

0 comments on commit decd3a6

Please sign in to comment.