]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: Use dma_addr_t for ce buffers to support 64bit target
authorGovind Singh <govinds@qti.qualcomm.com>
Thu, 21 Dec 2017 09:00:58 +0000 (14:30 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 27 Dec 2017 10:06:40 +0000 (12:06 +0200)
commit6647913c72c198f85abb83db52bf002d6cbe727f
tree897b705c6ed7ed3778865e149c3507c73e8a127f
parentf1f68958259ee0a96a68d37e8d2f018ae4199888
ath10k: Use dma_addr_t for ce buffers to support 64bit target

CE send and receive API's are using u32 ring address, which
truncates the address for target with 64bit addressing range.
Use dma_addr_t for ce buffers to support target with extended
addressing range.

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