summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2010-03-06 23:40:32 -0700
committerErik Fonnesbeck <efonnes@gmail.com>2010-03-06 23:40:32 -0700
commit39c1349ce1f61d66093692394919378029aa5cfa (patch)
treeaa994f9d90d7a6e9c70cd626762b1e79609042fa /usr
parent017d381c0ad97bb60b5ea127c4301ae873dee0c1 (diff)
downloadpfsense-39c1349ce1f61d66093692394919378029aa5cfa.zip
pfsense-39c1349ce1f61d66093692394919378029aa5cfa.tar.gz
Add support for 802.11n in get_wireless_modes and the channels list.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 1b1dc77..070ea72 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1327,6 +1327,8 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<?php
foreach($wl_modes as $wl_standard => $wl_channels) {
if($wl_standard == "11g") { $wl_standard = "11b/g"; }
+ else if($wl_standard == "11ng") { $wl_standard = "11b/g/n"; }
+ else if($wl_standard == "11na") { $wl_standard = "11a/n"; }
foreach($wl_channels as $wl_channel) {
echo "<option ";
if ($pconfig['channel'] == "$wl_channel") {
OpenPOWER on IntegriCloud