diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-10-14 20:22:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-10-14 20:22:47 +0000 |
commit | 765518155915b6a1bf5449ffdd59b16ce3813f87 (patch) | |
tree | f5eac5539ff359932971c6614d6b2138c1c51622 /etc/inc/globals.inc | |
parent | 0da417be0e8d1135ee5a7491a97780285745fd13 (diff) | |
download | pfsense-765518155915b6a1bf5449ffdd59b16ce3813f87.zip pfsense-765518155915b6a1bf5449ffdd59b16ce3813f87.tar.gz |
Add iwi as a supported wireless interface
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 495524d..fac7333 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -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)/" + "wireless_regex" => "/^(wi|ath|an|ral|ural|wai|iwi)/" ); /* IP TOS flags */ |