]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k_hw: do not enable the MIB interrupt in the interrupt mask register
authorFelix Fietkau <nbd@openwrt.org>
Mon, 27 Aug 2012 15:00:03 +0000 (17:00 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 5 Sep 2012 18:53:30 +0000 (14:53 -0400)
commitf266fb83485fc12a9c6ec524fd1cdcce2f9353de
treebbb87726318797a67142c00f79d277406db034c2
parent72ceddc23279e9865f61e1ffd8705f9a6d1d64ec
ath9k_hw: do not enable the MIB interrupt in the interrupt mask register

The interrupt is no longer handling it. While it shouldn't fire (wraparound
is highly unlikely), the consequences would be fatal (interrupt storm).
Disable the interrupt to prevent that from happening.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/hw.c