On 5/13/2025 4:18 PM, Johannes Berg wrote:
On Tue, 2025-05-13 at 16:02 +0530, Aditya Kumar Singh wrote:
Okay sure let me first send a clean up. So,
ieee80211_num_beaconing_links() should return 1 for non-MLO as well?
That would seem logical to me? For this and many other things non-MLO is
mostly equivalent to just having a single link (apart from the address
translation.)
Yeah in a way true only.
And callers should test for == 1 instead of <= 1.
Not even sure that matters enough to need to change?
yeah can be left as it is. Sure then I will change the function alone to
return 1 for non-MLO case as well.
Thanks for the inputs :)
--
Aditya