commit | 49df2b33478fd67e642d05786d06de322504842c | [log] [tgz] |
---|---|---|
author | Jes Sorensen <jes@sgi.com> | Fri Oct 26 16:10:39 2007 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:03:34 2008 -0800 |
tree | a4b7a571ae5ac9b76cf901435f240bce31b0f212 | |
parent | eb76bf29dd4aceaf877b8971fbfda8617abe6e05 [diff] |
iwlwifi: disable interrupts before calling request_irq Disable interrupts in the iwl4965 before calling request_irq() for the case that the previous OS or the BIOS left a pending interrupt in the chip. This behavior has been observed on some laptops such as T61 Thinkpads and Toshiba Portege R500 Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>