mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: allow enable/disable MLO for airoha
This commit is contained in:
parent
932b345e2b
commit
e7a8dd7683
1 changed files with 5 additions and 0 deletions
|
|
@ -98,6 +98,11 @@ generate_multiap_config() {
|
|||
if [ "${network_mode}" == "extender" ]; then
|
||||
ifname="${ifname_sta}"
|
||||
fi
|
||||
|
||||
[ "$disable_mlo" == "1" ] || {
|
||||
uci set wireless.$dev.mlo="1"
|
||||
uci set wireless.$dev.mlo_capable="1"
|
||||
}
|
||||
fi
|
||||
|
||||
uci set wireless.$dev.channels="$channels"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue