diff options
author | Michal Kazior <michal.kazior@tieto.com> | 2014-02-27 20:50:05 +0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2014-02-28 13:59:55 +0400 |
commit | 45967089d2685d2327c9710fe796d499d90ae844 (patch) | |
tree | 7600c8c437adc82454701f7a0991f4cfefbdea79 /drivers/net/wireless/ath/ath10k/pci.h | |
parent | 6c5151a9ffa9f796f2d707617cecb6b6b241dff8 (diff) | |
download | linux-45967089d2685d2327c9710fe796d499d90ae844.tar.xz |
ath10k: reduce htt tx/rx spinlock overhead
It is inefficient to grab irqsave spinlocks for
skb lists for each queue/dequeue action.
Using rx_ring.lock and tx_lock allows to use less
heavy bh spinlock functions and moving locking
upwards allows to toggle spinlocks less often.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/pci.h')
0 files changed, 0 insertions, 0 deletions