devd: correct wifi regexp
Correct the wifi regexp to include iwlwifi and remove wi driver that was has been retired. Sponsored by: Netflix
This commit is contained in:
parent
926e825ef8
commit
e0ab0ff104
@ -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…
x
Reference in New Issue
Block a user