| Submitter | Herton Ronaldo Krzesinski |
|---|---|
| Date | Dec. 13, 2012, 1:57 p.m. |
| Message ID | <1355407206-17100-83-git-send-email-herton.krzesinski@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/205932/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index 9ff0a85..4d83d11 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c @@ -1400,6 +1400,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); }