From e17944a821a1a3d71b16fb23349e1f3ad80641ac Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Tue, 18 Apr 2023 20:13:24 +0000 Subject: [PATCH] ath10k: ath11k: ammend devd.conf regex In order to match these drivers, and in expectiation of ath12k happening add ath[0-9]+k to the regex pattern for wlan devices. MFC after: 2 months --- sbin/devd/devd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/devd/devd.conf b/sbin/devd/devd.conf index ccf9726ab12..a61d93260df 100644 --- a/sbin/devd/devd.conf +++ b/sbin/devd/devd.conf @@ -19,7 +19,7 @@ options { # Setup some shorthand for regex that we use later in the file. #XXX Yes, this is gross -- imp set wifi-driver-regex - "(ath|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|mt79|otus|\ + "(ath|ath[0-9]+k|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|mt79|otus|\ ral|rsu|rtw|rtwn|rum|run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+"; };