From: Felix Fietkau Date: Wed, 14 Sep 2011 19:23:03 +0000 (+0200) Subject: ath9k: ensure that rx is not enabled during a reset X-Git-Tag: v3.2-rc1~129^2~254^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3483288caf3d979e6b032d62f75f57893adf0d53;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed