ath9k: spin_lock_bh is not required within tasklet context.
authorSenthil Balasubramanian <senthilkumar@atheros.com>
Thu, 23 Dec 2010 15:36:57 +0000 (21:06 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 4 Jan 2011 19:35:11 +0000 (14:35 -0500)
commit52671e43dbfb0e0dfa5fab604cb3984bd1d777a6
treeb08043cd80ff739e2aea2861fd184e1f17421894
parentcd017f25e391dfabaca185bb4a5aefd02fd6c0ca
ath9k: spin_lock_bh is not required within tasklet context.

Disabling BH is not required while running from a tasklet context
and so replace spin_lock_bh with just spin_lock.

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