mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
devd: Add rtw to wireless list
rtw88 and rtw89 are coming soon, so add them here now Sponsored by: Netflix MFC After: 1 day
This commit is contained in:
parent
17ee6aca65
commit
dea368bc5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]+";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue