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)
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>

No differences found