]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - drivers/net/wireless/mediatek/mt76/mac80211.c
mt76: fix handling ps-poll frames
authorFelix Fietkau <nbd@nbd.name>
Sat, 29 Sep 2018 11:13:09 +0000 (13:13 +0200)
committerFelix Fietkau <nbd@nbd.name>
Mon, 1 Oct 2018 10:34:45 +0000 (12:34 +0200)
commit36d910960fae3f9e74bedf3e0ef39ee26bdaa51f
tree541d5d7e9e62c88e7df7679553d017f95632813f
parent66a9ccd6e3b71be80c66556e5a480edf6e248495
mt76: fix handling ps-poll frames

Hardware station lookup for pspoll frames can fail, which makes the driver
ignore ps-poll frames. Fix the resulting powersave issues by looking up
the station for pspoll frames in software

Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mac80211.c