Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233617
b: refs/heads/master
c: 05e7c99
h: refs/heads/master
i:
  233615: c0354e5
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Feb 18, 2011
1 parent 38759ce commit de9f88c
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 1b68e676204927f69e987b86a99e19e61cc37dcc
refs/heads/master: 05e7c99136554789e4cc060a63334ccaa08ad62d
6 changes: 6 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,12 @@ void ieee80211_sta_rx_notify(struct ieee80211_sub_if_data *sdata,
if (is_multicast_ether_addr(hdr->addr1))
return;

/*
* In case we receive frames after disassociation.
*/
if (!sdata->u.mgd.associated)
return;

ieee80211_sta_reset_conn_monitor(sdata);
}

Expand Down

0 comments on commit de9f88c

Please sign in to comment.