commit | 7b11488fbbbe06ada39a396dec16532db8c933e6 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Sun Feb 05 13:55:11 2012 -0800 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Fri Feb 17 10:11:52 2012 -0800 |
tree | a826ecf0ced428dffaf06cf3a0d4a0ae3e38ecc0 | |
parent | 1ee158d83853a9f5c1465be56d56ff56e6698e92 [diff] |
iwlwifi: give PCIe its own lock Instead of using a global lock, the PCIe transport can use an own lock for its IRQ. This will make it possible to not disable IRQs for the shared lock. The lock is currently used throughout the code but this can be improved even further by splitting up the locking for the queues. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Reviewed-by: Wey-Yi W Guy <wey-yi.w.guy@intel.com>