]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: remove tid->paused flag
authorFelix Fietkau <nbd@openwrt.org>
Mon, 28 Apr 2014 16:32:12 +0000 (18:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 30 Apr 2014 15:42:35 +0000 (11:42 -0400)
commitb1220312a6f72b89d12eb8d993e3a7d846c7ef39
tree538bc280ad901331e427a280bb74c69207a1d548
parent4172be2259debf887d44894bffd3a8c130c5e553
ath9k: remove tid->paused flag

There are some corner cases where the driver could get stuck with a full
tid queue that is paused, leading to a software tx queue hang.

Since the tx queueing rework, pausing per-tid queues on aggregation
session setup is no longer necessary. The driver will assign sequence
numbers to buffered frames when a new session is established, in order
to get the correct starting sequence number.

mac80211 prevents new frames from entering the queue during setup.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/debug_sta.c
drivers/net/wireless/ath/ath9k/xmit.c