From e02eb99581d64b8145d818afc857613981798153 Mon Sep 17 00:00:00 2001 From: Stefan Sperling Date: Thu, 28 Dec 2023 17:36:30 +0000 Subject: 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. --- sys/conf/files | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/conf') 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 -- cgit v1.2.3