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)
commit27bb178dae7b8165ffe7028fbd6f616fb7157c6d
tree6be951c78ab7313ba08d8935156a5aea8fbc73d8
parent0945baf7d4245b79e01c2a790186c41fb4b27dd2
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