Skip to content

Commit

Permalink
luci-mod-network: move wifi country-code to 'general' tab
Browse files Browse the repository at this point in the history
increase prominence of this setting

Closes #7356

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
  • Loading branch information
systemcrash committed Oct 28, 2024
1 parent 392b7e6 commit 79e9a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ return view.extend({
o = ss.taboption('general', CBIWifiTxPowerValue, 'txpower', _('Maximum transmit power'), _('Specifies the maximum transmit power the wireless radio may use. Depending on regulatory requirements and wireless usage, the actual transmit power may be reduced by the driver.'));
o.wifiNetwork = radioNet;

o = ss.taboption('advanced', CBIWifiCountryValue, 'country', _('Country Code'));
o = ss.taboption('general', CBIWifiCountryValue, 'country', _('Country Code'));
o.wifiNetwork = radioNet;

o = ss.taboption('advanced', form.ListValue, 'cell_density', _('Coverage cell density'), _('Configures data rates based on the coverage cell density. Normal configures basic rates to 6, 12, 24 Mbps if legacy 802.11b rates are not used else to 5.5, 11 Mbps. High configures basic rates to 12, 24 Mbps if legacy 802.11b rates are not used else to the 11 Mbps rate. Very High configures 24 Mbps as the basic rate. Supported rates lower than the minimum basic rate are not offered.'));
Expand Down

0 comments on commit 79e9a47

Please sign in to comment.