commit | 280b9a9de19b0819dcf1ab38c88e37bb82dbea0c | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Aug 27 17:00:03 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Sep 05 14:53:30 2012 -0400 |
tree | bbb87726318797a67142c00f79d277406db034c2 | |
parent | d0f21fe6585dda550b279ceccd2609111d7f1baa [diff] |
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>