madwifi: add config option for adjusting the beacon power relative to the full tx...
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index 52086f0..3c4112a 100755 (executable)
@@ -257,6 +257,9 @@ enable_atheros() {
                config_get_bool turbo "$vif" turbo
                [ -n "$turbo" ] && iwpriv "$ifname" turbo "$turbo"
 
+               config_get_bool beacon_power "$vif" beacon_power
+               [ -n "$beacon_power" ] && iwpriv "$ifname" beacon_pwr "$beacon_power"
+
                config_get_bool doth "$vif" doth 0
                [ -n "$doth" ] && iwpriv "$ifname" doth "$doth"
 
This page took 0.02151 seconds and 4 git commands to generate.