On 6/26/24 17:55, Johannes Berg wrote:
On Wed, 2024-06-26 at 10:22 +0530, Aditya Kumar Singh wrote:
Currently if any of the link is beaconing, CAC can not be started.
However, with MLO, it is possible that interface is beaconing already on a
link that did not require CAC, but now another link is being started that
does require CAC. Hence, same check does not apply to MLO.
Add changes to check the link under consideration is beaconing or not in
case of MLO.
Also this really doesn't even do what it says, since it just checks link
0 ... I think some reordering here would be better.
I'm also not sure it all needs to be in this many patches? Might be
easier to have fewer, and put e.g. patch 6 first since it's just trivial
prep.
Sure will do.