Skip to content

Commit

Permalink
Merge pull request #86 from ghostbsd/ghostbsd/ghostbsd-src#276
Browse files Browse the repository at this point in the history
Adding missing drivers in wifi_driver_regex
  • Loading branch information
ericbsd authored Apr 2, 2023
2 parents d3617b6 + c3b0809 commit 30ebb07
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 30ebb07

Please sign in to comment.