]> git.baikalelectronics.ru Git - kernel.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)
commitd0eec3f96e7aa445afa8dcc670059ec2b9fdcb1a
treef63e55bfbd7c0ff6868747aeb980dbb376b37ec8
parent9c2b137a7f87a8cf41b363240979a8de983900be
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]