commit | ceea2a51969f8b578777c99ec2718021427770c3 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Thu May 24 14:32:19 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue May 29 13:45:22 2012 -0400 |
tree | df99c019ce82ef67a2944c2b3db34cbc98f28943 | |
parent | 9b4760e301e1cceb0b49bd2b921d6b394d364584 [diff] |
ath9k: stop rx dma before stopping tx It has been found that active Rx can interfere with stopping tx DMA, which could result in at least parts of those "Failed to stop Tx DMA!" messages. Stopping rx before tx should prevent that. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>