]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Do not use local_bh_disable in ampdu_action
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Tue, 7 May 2013 23:33:32 +0000 (05:03 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 May 2013 19:05:33 +0000 (15:05 -0400)
commitfe20e43a704897a69415665f554d656868175fcd
treea209cc44b7c781b381269d8b26bde39dd3cee118
parent81a03ddabf99c0dae043487e6f81c04a469b639e
ath9k: Do not use local_bh_disable in ampdu_action

This was added during the early conversion of ampdu_action
to a sleeping callback. There is no need to do this - instead,
use the normal mutex that is acquired for all callbacks.

Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c