commit | 6d50192c17d4481c0e34c1ed2ae24fd7bc16e121 | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | Tue Jan 04 13:43:39 2011 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jan 10 15:40:51 2011 -0500 |
tree | 712b3e8667cb3cc14ced62683378f30d338fdb82 | |
parent | 69bdacc8fbac32e4dc804ab13cafe3c1bbdcba9d [diff] |
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 <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>