]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: avoid needless memset on TX path
authorMichal Kazior <michal.kazior@tieto.com>
Wed, 18 Sep 2013 12:43:19 +0000 (14:43 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 20 Sep 2013 05:18:09 +0000 (08:18 +0300)
commit9ca2ab12886600b9e9718009ec1cc90b4f423ea6
tree6be951c78ab7313ba08d8935156a5aea8fbc73d8
parent92c8ebf17c0bcf0e6edd67e6cfccad944fcd95ce
ath10k: avoid needless memset on TX path

This reduces number of memory accesses and
hopefully contributes to better performance in the
future.

Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htc.c
drivers/net/wireless/ath/ath10k/htt_tx.c
drivers/net/wireless/ath/ath10k/mac.c
drivers/net/wireless/ath/ath10k/txrx.c