]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ath5k: disable MIB interrupts
authorBob Copeland <me@bobcopeland.com>
Tue, 17 Mar 2009 02:34:02 +0000 (22:34 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 28 Mar 2009 00:12:54 +0000 (20:12 -0400)
commit9ca9fb8aa8422595956af9681518cdb8b167055e
treed1fe017eb12af73241023ef6216431f0bffc97c1
parent8e218fb24faef0bfe95bc91b3c05261e20439527
ath5k: disable MIB interrupts

The MIB interrupt fires whenever counters overflow; however without
support for automatic noise immunity, we can sometimes get an interrupt
storm.  The get_stats() callback reads the counters anyway so we can
disable the interrupt for now until ANI is implemented.  This fixes
the issue reported in http://bugzilla.kernel.org/show_bug.cgi?id=12647.

Changes-licensed-under: 3-Clause-BSD

Cc: stable@kernel.org
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath5k/base.c