commit | 52671e43dbfb0e0dfa5fab604cb3984bd1d777a6 | [log] [tgz] |
---|---|---|
author | Senthil Balasubramanian <senthilkumar@atheros.com> | Thu Dec 23 21:06:57 2010 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jan 04 14:35:11 2011 -0500 |
tree | b08043cd80ff739e2aea2861fd184e1f17421894 | |
parent | cd017f25e391dfabaca185bb4a5aefd02fd6c0ca [diff] |
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>