mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-12 20:18:34 +01:00
set dfsc to 0 if disable
This commit is contained in:
parent
101026e491
commit
3885e4ed86
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ int set_wifi_dfsenable(char *refparam, struct dmctx *ctx, int action, char *valu
|
|||
if (b)
|
||||
dmuci_set_value_by_section(wifiargs->sewifisection, "dfsc", "1");
|
||||
else
|
||||
dmuci_set_value_by_section(wifiargs->sewifisection, "dfsc", "");
|
||||
dmuci_set_value_by_section(wifiargs->sewifisection, "dfsc", "0");
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue