OSDN Git Service

mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext
authorFelix Fietkau <nbd@nbd.name>
Tue, 13 Nov 2018 19:32:13 +0000 (20:32 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 5 Dec 2018 11:29:14 +0000 (12:29 +0100)
commita317e65face482371de30246b6494feb093ff7f9
tree2c327794122b8e6fa0b4de1b487dcb0131b54008
parent113f3aaa81bd56aba02659786ed65cbd9cb9a6fc
mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext

Make it behave like regular ieee80211_tx_status calls, except for the lack of
filtered frame processing.
This fixes spurious low-ack triggered disconnections with powersave clients
connected to an AP.

Fixes: f027c2aca0cf4 ("mac80211: add ieee80211_tx_status_noskb")
Cc: stable@vger.kernel.org
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/status.c