summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_wlan.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-12-09 04:18:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-12-09 04:18:12 +0000
commit315c30912d9933540d20826791262c8259461dec (patch)
treeb33dc75450743431c09f6daa666533fee534cb9a /usr/local/www/interfaces_wlan.inc
parent0395fc39b97735750804dbc7f1116ef21db8c853 (diff)
downloadpfsense-315c30912d9933540d20826791262c8259461dec.zip
pfsense-315c30912d9933540d20826791262c8259461dec.tar.gz
Unhide Allow intra-BSS communication, the option now works with 6.2-RC1
Diffstat (limited to 'usr/local/www/interfaces_wlan.inc')
-rwxr-xr-xusr/local/www/interfaces_wlan.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/local/www/interfaces_wlan.inc b/usr/local/www/interfaces_wlan.inc
index 6951f56..ca9dbf3 100755
--- a/usr/local/www/interfaces_wlan.inc
+++ b/usr/local/www/interfaces_wlan.inc
@@ -301,8 +301,6 @@ function wireless_config_print() {
<br/>When operating as an access point in 802.11g mode allow only 11g-capable stations to associate (11b-only stations are not permitted to associate).
</td>
</tr>
-
- <!--
<tr>
<td valign="top" class="vncell">Allow intra-BSS communication</td>
<td class="vtable"><input name="apbridge_enable" type="checkbox" value="yes" class="formfld" id="apbridge_enable" <? if ($pconfig['apbridge_enable']) echo "checked";?>>
@@ -312,8 +310,6 @@ function wireless_config_print() {
Disabling the internal bridging is useful when traffic is to be processed with packet filtering.
</td>
</tr>
- -->
-
<tr>
<td valign="top" class="vncell">Enable WME</td>
<td class="vtable"><input name="wme_enable" type="checkbox" class="formfld" id="wme_enable" value="yes" <? if ($pconfig['wme_enable']) echo "checked";?>>
OpenPOWER on IntegriCloud