git: abda5677f29c - releng/13.1 - devd: Add rtw to wireless list

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 29 Mar 2022 23:54:26 UTC
The branch releng/13.1 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=abda5677f29cf50cc2ff446552c5793095c60b9d

commit abda5677f29cf50cc2ff446552c5793095c60b9d
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-03-28 14:16:14 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-03-29 23:54:19 +0000

    devd: Add rtw to wireless list
    
    rtw88 and rtw89 are coming soon, so add them here now
    
    Approved by:            re@ (gjb)
    Sponsored by:           Netflix
    MFC After:              1 day
    
    (cherry picked from commit dea368bc5e7905e7456b052c545dcfd935341083)
    (cherry picked from commit cba6eb5d31e825cbf6e8694b5a934db75d380fc4)
---
 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 c6608d14ce42..15b37ee8fd90 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|otus|ral|rsu|rtwn|rum|\
+		"(ath|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|otus|ral|rsu|rtw|rtwn|rum|\
 		run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
 };