From: Sujith Manoharan Date: Tue, 7 May 2013 23:33:32 +0000 (+0530) Subject: ath9k: Do not use local_bh_disable in ampdu_action X-Git-Tag: v3.11-rc1~16^2~103^2^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ca7c776dbc50cf1394dd95e971e7997a4ec025e;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed