mirror of https://github.com/aredn/aredn.git
fixes AREDN->125
This commit is contained in:
parent
8619bd379e
commit
7a05f76c93
|
@ -6,7 +6,7 @@ wifi_mode = adhoc
|
||||||
wifi_txpower = 19
|
wifi_txpower = 19
|
||||||
wifi_channel = 1
|
wifi_channel = 1
|
||||||
wifi_chanbw = 20
|
wifi_chanbw = 20
|
||||||
wifi_distance = 0
|
wifi_distance = 100000
|
||||||
wifi_country = 00
|
wifi_country = 00
|
||||||
|
|
||||||
dmz_mode = 3
|
dmz_mode = 3
|
||||||
|
|
|
@ -6,7 +6,7 @@ wifi_mode = adhoc
|
||||||
wifi_txpower = 19
|
wifi_txpower = 19
|
||||||
wifi_channel = 1
|
wifi_channel = 1
|
||||||
wifi_chanbw = 20
|
wifi_chanbw = 20
|
||||||
wifi_distance = 0
|
wifi_distance = 100000
|
||||||
wifi_country = 00
|
wifi_country = 00
|
||||||
|
|
||||||
dmz_mode = 3
|
dmz_mode = 3
|
||||||
|
|
|
@ -645,7 +645,7 @@ if($wifi_proto ne "disabled")
|
||||||
print "</select></td></tr>\n";
|
print "</select></td></tr>\n";
|
||||||
|
|
||||||
print "<tr><td>Distance</td>\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'> 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";
|
print "<tr><td></td><td><input type=submit name=button_apply value=Apply title='Immediately use these active settings'></td></tr>\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue