[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7aadfaff-f8f3-410f-90db-20b24d4e2c5a@oss.qualcomm.com>
Date: Thu, 10 Jul 2025 09:33:45 +0530
From: Aditya Kumar Singh <aditya.kumar.singh@....qualcomm.com>
To: Johannes Berg <johannes@...solutions.net>
Cc: linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org,
Yuvarani V <quic_yuvarani@...cinc.com>
Subject: Re: [PATCH wireless-next 1/2] wifi: cfg80211: parse attribute to
update unsolicited probe response template
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
Powered by blists - more mailing lists