]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: add initial USB support
authorErik Stromdahl <erik.stromdahl@gmail.com>
Fri, 28 Jul 2017 12:15:39 +0000 (15:15 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 3 Aug 2017 11:31:01 +0000 (14:31 +0300)
commit84bc8948526937e8c3f1bfd3d3befcf3d9ec19db
tree02e6ee0553a43f4db299db55010fe1162a7cddca
parent14b2b1955dd15bb997ef2bdff3b69012a3ed0059
ath10k: add initial USB support

Chipsets like QCA9377 have support for USB so add initial USB bus
support to ath10k. With this patch we have the low level HIF and
HTC protocol working and it's possible to boot the firmware,
but it's still not possible to connect or anything like.

More changes are needed for full functionality. For that reason
we print during initialisation:

WARNING: ath10k USB support is incomplete, don't expect anything to work!

Signed-off-by: Erik Stromdahl <erik.stromdahl@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/Kconfig
drivers/net/wireless/ath/ath10k/Makefile
drivers/net/wireless/ath/ath10k/usb.c [new file with mode: 0644]
drivers/net/wireless/ath/ath10k/usb.h [new file with mode: 0644]