mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-22 20:15:41 +00:00
wifi-scripts: sync enable_background_radar in ucode with old version
It needs to be opt-in instead of opt-out, since there is no reliable way to determine if the extra background radar chain has an antenna connected. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
7bf3bc871a
commit
e516871515
@ -493,7 +493,7 @@ function generate(config) {
|
||||
if (!phy_features.radar_background || config.band != '5g')
|
||||
delete config.enable_background_radar;
|
||||
else
|
||||
set_default(config, 'enable_background_radar', phy_features.radar_background);
|
||||
set_default(config, 'enable_background_radar', false);
|
||||
|
||||
append_vars(config, [ 'acs_chan_bias', 'acs_exclude_dfs', 'enable_background_radar' ]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user