Re: [PATCH wireless-next 1/2] wifi: cfg80211: parse attribute to update unsolicited probe response template
From: Aditya Kumar Singh
Date: Thu Jul 10 2025 - 00:04:13 EST
On 7/9/2025 3:08 PM, Johannes Berg wrote:
On Wed, 2025-07-09 at 08:05 +0530, Aditya Kumar Singh wrote:
+ if (wdev->iftype == NL80211_IFTYPE_AP &&
+ info->attrs[NL80211_ATTR_UNSOL_BCAST_PROBE_RESP]) {
+ err = nl80211_parse_unsol_bcast_probe_resp(
+ rdev, info->attrs[NL80211_ATTR_UNSOL_BCAST_PROBE_RESP],
+ ¶ms.unsol_bcast_probe_resp);
I don't see why this should be only for AP, not e.g. P2P GO?
Yes, my bad. It should be for both here. Got confused with color_change
handler. Let me fix this and send next version. Thanks for pointing it out.
--
Aditya