commit | 3483288caf3d979e6b032d62f75f57893adf0d53 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Sep 14 21:23:03 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 16 16:45:37 2011 -0400 |
tree | ee4dc8132ca65f083cbe89f1b73c7a18586be3af | |
parent | c31c8261bf7b817e323d29ba66c031f6b0982680 [diff] |
ath9k: ensure that rx is not enabled during a reset During a reset, rx buffers are flushed after rx has been disabled. To avoid race conditions, rx needs to stay disabled during the reset, so avoid any calls to ath9k_hw_rxena in that case. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>