]> asedeno.scripts.mit.edu Git - linux.git/commit
ath10k: platform driver for WCN3990 SNOC WLAN module
authorGovind Singh <govinds@codeaurora.org>
Tue, 10 Apr 2018 15:01:14 +0000 (18:01 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 19 Apr 2018 15:51:52 +0000 (18:51 +0300)
commit17f5559e0da51a8780cd93206689f05feca46615
treef63e55bfbd7c0ff6868747aeb980dbb376b37ec8
parenta0aedd6e0b5755a4c1cf288744a0fbef667f9f8f
ath10k: platform driver for WCN3990 SNOC WLAN module

WCN3990 is integrated 802.11ac chipset with SNOC
bus interface. Add snoc layer driver registration
and associated ops.

WCN3990 support is not yet complete as cold-boot
handshake is done using qmi(Qualcomm-MSM-Interface)
and qmi client support will be added once qmi framework
is available.

Signed-off-by: Govind Singh <govinds@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/Kconfig
drivers/net/wireless/ath/ath10k/Makefile
drivers/net/wireless/ath/ath10k/snoc.c [new file with mode: 0644]
drivers/net/wireless/ath/ath10k/snoc.h [new file with mode: 0644]