]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix check for buffered powersave frames with txq
authorFelix Fietkau <nbd@nbd.name>
Mon, 11 Jul 2016 13:09:15 +0000 (15:09 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 2 Aug 2016 07:50:26 +0000 (09:50 +0200)
commit70a66d293b5a11a458e27ad468fd01906f14c16b
treeb93640102f469dd27355f1fa40e773a1ab0fb859
parentf1c75b981658683b1aed220354ba26a21bd54c1b
mac80211: fix check for buffered powersave frames with txq

The logic was inverted here, set the bit if frames are pending.

Fixes: 55b67734d7b2 ("mac80211: add an intermediate software queue implementation")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c