From: Bob Copeland Date: Tue, 17 Mar 2009 02:34:02 +0000 (-0400) Subject: ath5k: disable MIB interrupts X-Git-Tag: v2.6.30-rc1~642^2^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ca9fb8aa8422595956af9681518cdb8b167055e;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed