commit | 7ca7c776dbc50cf1394dd95e971e7997a4ec025e | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Wed May 08 05:03:32 2013 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 22 15:05:33 2013 -0400 |
tree | a209cc44b7c781b381269d8b26bde39dd3cee118 | |
parent | 73900cb068a2948d636feae0c8bc25cc2d568d6d [diff] |
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>