[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <16499ad8e4b060ee04c8a8b3615fe8952aa7b07b.camel@sipsolutions.net>
Date: Tue, 13 May 2025 09:17:46 +0200
From: Johannes Berg <johannes@...solutions.net>
To: Aditya Kumar Singh <aditya.kumar.singh@....qualcomm.com>
Cc: linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH wireless-next 1/2] wifi: mac80211: validate SCAN_FLAG_AP
in scan request during MLO
On Tue, 2025-05-13 at 09:26 +0530, Aditya Kumar Singh wrote:
>
> - if (sdata->deflink.u.ap.beacon &&
> + if ((sdata->deflink.u.ap.beacon ||
> + ieee80211_num_beaconing_links(sdata)) &&
>
Do we even still need the deflink check? Seems like
num_beaconing_links() _should_ return 1 anyway even though it currently
doesn't, and we need to fix that?
Also seems the VLAN carrier handling is broken.
johannes
Powered by blists - more mailing lists