From: Felix Fietkau Date: Wed, 10 Aug 2011 21:23:35 +0000 (-0600) Subject: ath9k: avoid sending a-mpdu packets to sleeping stations X-Git-Tag: v3.2-rc1~129^2~422^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af73cf7f356801e6e5837eb338d197de5c8f37c;p=pandora-kernel.git ath9k: avoid sending a-mpdu packets to sleeping stations If the driver gets a tx status report for an A-MPDU sent to a station that just went to sleep, that leaves a race condition where this tx status can trigger another A-MPDU transmission. To fix this, check if the station is sleeping before queueing the tid. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed