mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-controler: allow band 6 in radio section
This commit is contained in:
parent
aadc11e7f4
commit
5527f66c11
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ validate_radio_section() {
|
|||
uci_validate_section mapcontroller $section "${1}" \
|
||||
'agent_id:macaddr' \
|
||||
'macaddr:macaddr' \
|
||||
'band:or("2", "5")' \
|
||||
'band:or("2", "5", "6")' \
|
||||
'steer_policy:range(0,2)' \
|
||||
'util_threshold:range(0,255)' \
|
||||
'rcpi_threshold:range(0,255)' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue