Revert "Revert "fixes AREDN->125""

This reverts commit d917b5b2ec.
This commit is contained in:
Darryl Quinn 2015-06-17 00:40:34 -05:00
parent d917b5b2ec
commit 3d7893fd46
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ wifi_mode = adhoc
wifi_txpower = 19
wifi_channel = 1
wifi_chanbw = 20
wifi_distance = 0
wifi_distance = 100000
wifi_country = 00
dmz_mode = 3

View File

@ -6,7 +6,7 @@ wifi_mode = adhoc
wifi_txpower = 19
wifi_channel = 1
wifi_chanbw = 20
wifi_distance = 0
wifi_distance = 100000
wifi_country = 00
dmz_mode = 3

View File

@ -645,7 +645,7 @@ if($wifi_proto ne "disabled")
print "</select></td></tr>\n";
print "<tr><td>Distance</td>\n";
print "<td><input type=text size=8 name=wifi_distance value='$wifi_distance' title='Distance in meters to the farthest neighbor; 0=automatic'></td></tr>\n";
print "<td><input type=text size=8 name=wifi_distance value='$wifi_distance' title='Distance in meters to the farthest neighbor'>&nbsp;meters</td></tr>\n";
print "<tr><td></td><td><input type=submit name=button_apply value=Apply title='Immediately use these active settings'></td></tr>\n";
}