mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Treat NDIS drivers as wireless cards
This commit is contained in:
parent
269c5432a6
commit
3c460031a4
@ -58,7 +58,7 @@ $g = array(
|
||||
"xmlrpcbaseurl" => "www.pfsense.com",
|
||||
"xmlrpcpath" => "/pfSense/xmlrpc.php",
|
||||
"embeddedbootupslice" => "/dev/ad0a",
|
||||
"wireless_regex" => "/^(wi|ath|an|ral|ural|wai|iwi|awi|wlan)/"
|
||||
"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan)/"
|
||||
);
|
||||
|
||||
/* IP TOS flags */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user