From 094dfa1613e5831abf9e5970c78bc55ed44ee60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Fri, 29 Jan 2010 22:28:11 +0000 Subject: Add zyd(4) to the wirless regex. --- etc/inc/globals.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 2cd0e4b..6fb0344 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -102,7 +102,7 @@ $g = array( "xmlrpcpath" => "/pfSense/xmlrpc.php", "embeddedbootupslice" => "/dev/ad0a", "services_dhcp_server_enable" => true, - "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/", + "wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum|zyd)/", "help_base_url" => "/help.php" ); @@ -170,4 +170,4 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024", "hw.bce.tso_enable" => "0" ); -?> \ No newline at end of file +?> -- cgit v1.1