From: Sujith Manoharan Date: Tue, 4 Jan 2011 08:13:39 +0000 (+0530) Subject: ath9k_hw: Fix RX handling for USB devices X-Git-Tag: v2.6.38-rc1~50^2~26^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d50192c17d4481c0e34c1ed2ae24fd7bc16e121;p=pandora-kernel.git ath9k_hw: Fix RX handling for USB devices Commit "ath9k_hw: Abort rx if hw is not coming out of full sleep in reset" uncondionally added aborting RX DMA in a HW reset, though it is a bit unclear as to why this is needed. Anyway, RX DMA is handled in the target for USB devices, and this would interfere with normal operations (scanning etc.), so fix this. Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- Reading git-diff-tree failed