From: Emmanuel Grumbach Date: Thu, 7 Jun 2012 10:44:14 +0000 (+0300) Subject: iwlwifi: remove lock around txq_enable X-Git-Tag: v3.6-rc1~125^2~57^2~326 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf9a89d9a2eaa136a23d872db4195ca8cada4c8;p=pandora-kernel.git iwlwifi: remove lock around txq_enable This locking isn't needed. The only locking we need is when we access prph registers but there is already a separate lock for that. Since we haven't returned from the mac80211's IEEE80211_AMPDU_TX_OPERATIONAL ampdu_action, we cannot receive any Tx frame for that sta / tid while enabling the queue. Signed-off-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed