aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linuxkpi_wlan
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2023-04-18 20:21:37 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2023-04-23 21:31:07 +0000
commit06a1103fe38677ba6213cae321255f53e9476dcd (patch)
tree74966789ac92324419050202a11e437256931b59 /sys/modules/linuxkpi_wlan
parente17944a821a1a3d71b16fb23349e1f3ad80641ac (diff)
ath10k: ath11k: add specific LinuxKPI support
Add files needed by ath1?k drivers to linuxkpi/linuxkpi_wlan. This contain (skeleton) implementations of what is needed to compile but specifically mhi/qmi/qrtr will need more work for ath11k. MFC after: 2 months
Diffstat (limited to 'sys/modules/linuxkpi_wlan')
-rw-r--r--sys/modules/linuxkpi_wlan/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/modules/linuxkpi_wlan/Makefile b/sys/modules/linuxkpi_wlan/Makefile
index fccd1249bc72..ef86121366c3 100644
--- a/sys/modules/linuxkpi_wlan/Makefile
+++ b/sys/modules/linuxkpi_wlan/Makefile
@@ -5,6 +5,9 @@ KMOD= linuxkpi_wlan
SRCS= linux_80211.c \
linux_80211_macops.c
+# QCA ath11k support.
+SRCS+= linux_mhi.c
+
SRCS+= opt_wlan.h
SRCS+= ${LINUXKPI_GENSRCS}