map-controler: allow band 6 in radio section

This commit is contained in:
Jakob Olsson 2022-10-21 09:47:35 +02:00
parent aadc11e7f4
commit 5527f66c11

View file

@ -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)' \