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)
commit4db66499df91b9398435e2dbee0e42cd6df0bc27
tree02e6ee0553a43f4db299db55010fe1162a7cddca
parentb00435e6cda6863c2c7f40c09c6fab21c205f455
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]