Skip to content

Commit

Permalink
Adding missing drivers in wifi_driver_regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd authored Apr 2, 2023
1 parent 66a33ed commit c3b0809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/setup-nic.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"ppp|bridge|wg|wlan)[0-9]+|vm-[a-z]+"

# wifi_driver_regex is taken from devd.conf wifi-driver-regex
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]+"
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]+"

if re.search(notnics_regex, nic):
exit(0)
Expand Down

0 comments on commit c3b0809

Please sign in to comment.