From 141d316c7fd415c5aa9112dc77ef37de33fc585b Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 13 Mar 2015 02:54:30 -0500 Subject: Default to 11ng if an option hasn't been configured. Previously we let the browser pick the first in the list (the first the card reported as available), which ended up being 802.11b. Ticket #4516 --- usr/local/www/interfaces.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 12c5044..5d027d8 100644 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -2953,8 +2953,14 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), foreach($wl_modes as $wl_standard => $wl_channels) { $rowIndex++; echo "\n"; } if ($rowIndex == 0) -- cgit v1.1