From e4909df4de3e5d3423948215d66fc41aef0c9c7d 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(-) 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