diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2023-12-28 17:36:30 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2023-12-28 17:36:30 +0000 |
commit | e02eb99581d64b8145d818afc857613981798153 (patch) | |
tree | 318e27ad71742278c4621dd423b2105d11c636b7 /sys/conf | |
parent | 39684d2e0f1fdc09f33a18c98c563a3cdf654aa4 (diff) |
Introduce qwx(4), a work-in-progress port of the Linux ath11k driver.
This driver is not working yet. Scanning almost works but a lot more
work remains to be done. So far most of the porting work was done by
myself, with some help from mpi, patrick, and kettenis.
Obviously this driver remains disabled for now. Enable relevant lines
in the kernel config if you want to help out with development.
At present firmware files must be obtained manually and placed
in the directory /etc/firmware/qwx/WCN6855/hw2.1/
This will be improved later.
Thanks to the OpenBSD Foundation for supporting this effort.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index b05d6bc6a61..34f73aa71f2 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.727 2023/12/21 02:57:14 jsg Exp $ +# $OpenBSD: files,v 1.728 2023/12/28 17:36:29 stsp Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -424,6 +424,10 @@ file dev/ic/malo.c malo device bwi: ether, ifnet, ifmedia, firmload, wlan file dev/ic/bwi.c bwi +# Qualcomm 802.11ax +device qwx: ether, ifnet, ifmedia, firmload, wlan +file dev/ic/qwx.c qwx + # Intel OnChip System Fabric device iosf file dev/ic/iosf.c iosf needs-flag |