]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
mac80211: un-schedule TXQs on powersave start
authorFelix Fietkau <nbd@nbd.name>
Tue, 19 Mar 2019 11:00:13 +0000 (12:00 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 29 Mar 2019 10:14:11 +0000 (11:14 +0100)
commitb49c15e1211cc962cb73bbaaa5175ae068144893
tree002e6978ac7dc9b8e6d322838c704a78d76f5b5e
parent9a5a90d167b0e5fe3d47af16b68fd09ce64085cd
mac80211: un-schedule TXQs on powersave start

Once a station enters powersave, its queues should not be returned by
ieee80211_next_txq() anymore. They will be re-scheduled again after the
station has woken up again

Fixes: 1866760096bf4 ("mac80211: Add TXQ scheduling API")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c