]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ath9k: IRQ should be disabled before calling free_irq()
authorSenthil Balasubramanian <senthilkumar@atheros.com>
Thu, 13 Nov 2008 12:30:37 +0000 (18:00 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 25 Nov 2008 21:41:30 +0000 (16:41 -0500)
commit306efdd109f086b19d849f1ec0f9104c9fdb3444
tree2a7ef0b28a9b021fa3e3f2f9d3b2f6ac02f093bb
parente97275cb062cf927cdb086f0107657dd92160801
ath9k: IRQ should be disabled before calling free_irq()

ath9k frees irq even before IRQs are disabled and existing IRQs
are flushed when rfkill_register() fails.

Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c