Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335769
b: refs/heads/master
c: 20f544e
h: refs/heads/master
i:
  335767: 0011adc
v: v3
  • Loading branch information
Johannes Berg committed Nov 9, 2012
1 parent bf48b92 commit 5af40db
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: cfff2f999d9baa561f20d999c8b83b03f078fb8f
refs/heads/master: 20f544eea03db4b498942558b882d463ce575c3e
2 changes: 2 additions & 0 deletions trunk/net/mac80211/util.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,8 @@ int ieee80211_reconfig(struct ieee80211_local *local)
list_for_each_entry(sdata, &local->interfaces, list) {
if (sdata->vif.type != NL80211_IFTYPE_STATION)
continue;
if (!sdata->u.mgd.associated)
continue;

ieee80211_send_nullfunc(local, sdata, 0);
}
Expand Down

0 comments on commit 5af40db

Please sign in to comment.