]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k: Call spin_lock_bh() on btcoex_lock
authorVasanthakumar Thiagarajan <vasanth@atheros.com>
Tue, 1 Sep 2009 12:16:33 +0000 (17:46 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 1 Sep 2009 16:48:21 +0000 (12:48 -0400)
commit8f43161aa6bd7bfed0905d3de6cc660fd6b9c2bc
tree653c2d6114fcd198a359f90234d63bb9ec6c9800
parentebb8e1d78c2f8b1737627ec260d7e39c4bd47385
ath9k: Call spin_lock_bh() on btcoex_lock

As generic hw timer interrupt handler is moved to tasklet,
we no more need to call spin_lock_irqsave().

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/btcoex.c