diff options
Diffstat (limited to 'net/mac80211/mlme.c')
| -rw-r--r-- | net/mac80211/mlme.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 45fbb9e33746..c9ceb4d57ab0 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
| @@ -1033,6 +1033,12 @@ void ieee80211_sta_rx_notify(struct ieee80211_sub_if_data *sdata, | |||
| 1033 | if (is_multicast_ether_addr(hdr->addr1)) | 1033 | if (is_multicast_ether_addr(hdr->addr1)) |
| 1034 | return; | 1034 | return; |
| 1035 | 1035 | ||
| 1036 | /* | ||
| 1037 | * In case we receive frames after disassociation. | ||
| 1038 | */ | ||
| 1039 | if (!sdata->u.mgd.associated) | ||
| 1040 | return; | ||
| 1041 | |||
| 1036 | ieee80211_sta_reset_conn_monitor(sdata); | 1042 | ieee80211_sta_reset_conn_monitor(sdata); |
| 1037 | } | 1043 | } |
| 1038 | 1044 | ||
