iwlwifi: make sta lock private & BH lock
authorJohannes Berg <johannes.berg@intel.com>
Mon, 5 Mar 2012 19:24:25 +0000 (11:24 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 6 Mar 2012 20:16:09 +0000 (15:16 -0500)
commitfa23cb04b38a9950b21ee756e4419a737d496371
treebd32f855439f23370e6e3fa4b712939004ab9d3a
parent015c15e1067c988fc87fb550b222f075c8d3f47c
iwlwifi: make sta lock private & BH lock

Now that the transport has its own locking,
there's no need to have the sta_lock in the
shared data. Also, it can be a BH lock as
it's not used from IRQ handlers.

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-agn-sta.c
drivers/net/wireless/iwlwifi/iwl-agn-tx.c
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl-dev.h
drivers/net/wireless/iwlwifi/iwl-shared.h
This page took 0.025948 seconds and 5 git commands to generate.