On 1/26/24 15:01, Johannes Berg wrote:
On Thu, 2024-01-25 at 18:34 +0530, Aditya Kumar Singh wrote:
Currently, function to update beacon counter uses deflink to fetch
the beacon and then update the counter. However, with MLO, there is
a need to update the counter for the beacon in a particular link.
Add support to use link_id in order to fetch the beacon from a particular
link data during beacon update counter.
Seems it would make sense to put this patch _before_ patch 2, since
otherwise in patch 2 it would appear to be kind of working but then not
really work?
You are right! I will move this to before [2] then followed by
csa_finish() changes and then last patch would be to start csa process
on given link. Looks fine?