diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-24 14:59:49 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-09-24 16:28:01 +0200 |
commit | f7418bc10d8402798ee3add5ef0ed5f33266a2bb (patch) | |
tree | 1756038b5e8567274039b0f99b186843901a6728 /net/mac80211/status.c | |
parent | babc305e21ea3811d98b67437299360904ac1b6a (diff) | |
download | linux-f7418bc10d8402798ee3add5ef0ed5f33266a2bb.tar.bz2 |
mac80211: fix handling of PS filtering with fast-xmit
Fixes dropped packets in the tx path in case a non-PS station triggers
the tx filter.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/status.c')
-rw-r--r-- | net/mac80211/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/status.c b/net/mac80211/status.c index 8ba583243509..3ed7ddfbf8e8 100644 --- a/net/mac80211/status.c +++ b/net/mac80211/status.c @@ -101,6 +101,7 @@ static void ieee80211_handle_filtered_frame(struct ieee80211_local *local, * when it wakes up for the next time. */ set_sta_flag(sta, WLAN_STA_CLEAR_PS_FILT); + ieee80211_clear_fast_xmit(sta); /* * This code races in the following way: |