OSDN Git Service

ath10k: Add support for htt_data_tx_desc_64 descriptor
authorGovind Singh <govinds@qti.qualcomm.com>
Thu, 21 Dec 2017 09:00:55 +0000 (14:30 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 27 Dec 2017 10:06:11 +0000 (12:06 +0200)
commite62ee5c381c59c2e426f187ea1bdf7942bfbb718
tree96f037c88eb3bdbe0b1f09341e9f6e1efd96db17
parent71ad70961093d6e100941201abe01f75db8094e6
ath10k: Add support for htt_data_tx_desc_64 descriptor

WCN3990 target uses 64 bit frags_paddr in htt tx descriptor,
which holds the physical address of SKB fragments in tx data path.

In order to support 64 bit bit frags_paddr in htt tx descriptor, define
htt_data_tx_desc_64 descriptor and ath10k_htt_tx_64 method for handling
tx data path with new descriptor fields.

Signed-off-by: Govind Singh <govinds@qti.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt.h
drivers/net/wireless/ath/ath10k/htt_tx.c
drivers/net/wireless/ath/ath10k/mac.c