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)
commit7ca7c776dbc50cf1394dd95e971e7997a4ec025e
treea209cc44b7c781b381269d8b26bde39dd3cee118
parent73900cb068a2948d636feae0c8bc25cc2d568d6d
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