iwlwifi: introduce per-queue locks
authorJohannes Berg <johannes.berg@intel.com>
Mon, 5 Mar 2012 19:24:24 +0000 (11:24 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 6 Mar 2012 20:16:08 +0000 (15:16 -0500)
commit015c15e1067c988fc87fb550b222f075c8d3f47c
tree20ebc3c951e8d9e531410d3f0a116ea39405f752
parent9451ca1a31be44f8235c3f8f998ff27fc7a8395e
iwlwifi: introduce per-queue locks

Instead of (ab)using the sta_lock, make the
transport layer lock its own TX queue data
structures with a lock per queue. This also
unifies with the cmd queue lock.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h
drivers/net/wireless/iwlwifi/iwl-trans-pcie-tx.c
drivers/net/wireless/iwlwifi/iwl-trans-pcie.c
drivers/net/wireless/iwlwifi/iwl-trans.h
This page took 0.026499 seconds and 5 git commands to generate.