mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: disable island prevention for QCA/MLD
Disable it before real fix. This allow execute wifi command to recover. Signed-off-by: Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
This commit is contained in:
parent
eb1d8deeff
commit
b5e195499a
1 changed files with 5 additions and 2 deletions
|
|
@ -86,9 +86,12 @@ generate_multiap_config() {
|
|||
[ "$disable_mlo" == "1" ] || {
|
||||
uci set wireless.$dev.mlo="1"
|
||||
uci set wireless.$dev.mlo_capable="1"
|
||||
}
|
||||
uci commit wireless
|
||||
|
||||
uci commit wireless
|
||||
# Disable for MLD/MLO
|
||||
uci set mapagent.agent.island_prevention="0"
|
||||
uci commit mapagent
|
||||
}
|
||||
else
|
||||
ifprefix="wlan%-"
|
||||
ifname="wlan$devidx"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue