From: Felix Fietkau Date: Wed, 23 Jul 2014 13:40:54 +0000 (+0200) Subject: ath9k: fix aggregation session lockup X-Git-Tag: omap-for-v3.17/fixes-against-rc2~215^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c01fac1c77a00227f706a1654317023e3f4ac7f0;p=pandora-kernel.git ath9k: fix aggregation session lockup If an aggregation session fails, frames still end up in the driver queue with IEEE80211_TX_CTL_AMPDU set. This causes tx for the affected station/tid to stall, since ath_tx_get_tid_subframe returning packets to send. Fix this by clearing IEEE80211_TX_CTL_AMPDU as long as no aggregation session is running. Cc: stable@vger.kernel.org Reported-by: Antonio Quartulli Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed