mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
mt76: devd: add support for mt79* wireless drivers to devd.conf
Add the "mt79" to the regex for wireless drivers in devd.conf so that they get handled as expected. MFC after: 2 months
This commit is contained in:
parent
3c4ba5f554
commit
88e71cc06d
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ 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|rtw|rtwn|rum|\
|
||||
run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
|
||||
"(ath|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]+";
|
||||
};
|
||||
|
||||
# Note that the attach/detach with the highest value wins, so that one can
|
||||
|
|
|
|||
Loading…
Reference in a new issue