ath10k: remove txmode from skb_cb
authorMichal Kazior <michal.kazior@tieto.com>
Wed, 18 Nov 2015 05:59:17 +0000 (06:59 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 23 Nov 2015 15:12:22 +0000 (17:12 +0200)
commit8a933964e8a4da3f28b46ac43d2e57eecfd833f6
tree8d3e7f96b660ac8bb60ddb76228bcf5cc8f474ae
parent6a2636d811a05687b24d784986468716ff1220ca
ath10k: remove txmode from skb_cb

It was wasteful to keep it in the struct because
it can be passed as function argument down the tx
path.

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