I have flint 3. I am on the beta 4.9 firmware.
Currently 2.4ghz + 5ghz mlo is the most stable for me, i got 2.4ghz +5ghz mlo everytime i connect to the mlo ssid.
If i make mlo for 2.4ghz+6ghz only, sometimes it doesn't connect to both bands, either picks 2.4ghz or 6ghz.
5ghz+6ghz is the least stable mlo, it doesn't connect to mlo often.
The Only way for me to fix it by disconnecting and reconnecting a couple of times until it gives me mlo.
My phone is pixel 8 pro and my laptop have the intel be 200 card. Same experience on both devices.
I set these to fix it but didn't improve.
“
# Enable the Proxy ARP
uci set wireless.wifi2g.proxy_arp='1'
uci set wireless.wifi5g.proxy_arp='1'
uci set wireless.wifi6g.proxy_arp='1'
uci set wireless.wlanmld2g.proxy_arp='1'
uci set wireless.wlanmld5g.proxy_arp='1'
uci set wireless.wlanmld6g.proxy_arp='1'
# Enable the Multicast to Unicast
uci set wireless.wifi2g.multicast_to_unicast_all='1'
uci set wireless.wifi5g.multicast_to_unicast_all='1'
uci set wireless.wifi6g.multicast_to_unicast_all='1'
uci set wireless.wlanmld2g.multicast_to_unicast_all='1'
uci set wireless.wlanmld5g.multicast_to_unicast_all='1'
uci set wireless.wlanmld6g.multicast_to_unicast_all='1'
uci commit
reboot
“
Thanks

