mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
devd: correct wifi regexp
Correct the wifi regexp to include iwlwifi and remove wi driver that was
has been retired.
Sponsored by: Netflix
(cherry picked from commit e0ab0ff104)
This commit is contained in:
parent
cb95daaa91
commit
eeec49e0b3
1 changed files with 3 additions and 3 deletions
|
|
@ -17,10 +17,10 @@ options {
|
|||
pid-file "/var/run/devd.pid";
|
||||
|
||||
# Setup some shorthand for regex that we use later in the file.
|
||||
#XXX Yes, these are gross -- imp
|
||||
#XXX Yes, this is gross -- imp
|
||||
set wifi-driver-regex
|
||||
"(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|otus|ral|rsu|rtwn|rum|\
|
||||
run|uath|upgt|ural|urtw|wi|wpi|wtap|zyd)[0-9]+";
|
||||
"(ath|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|otus|ral|rsu|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