From: Felix Fietkau Date: Mon, 28 Apr 2014 16:32:12 +0000 (+0200) Subject: ath9k: remove tid->paused flag X-Git-Tag: omap-for-v3.16/fixes-against-rc1~214^2~11^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e54dbb599103ff461bb3fe6e32a3066da79754;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed