From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sipsolutions.net (s3.sipsolutions.net [168.119.38.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 836853A6B88 for ; Tue, 28 Apr 2026 09:31:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=168.119.38.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777368686; cv=none; b=bg7Hq98mRFfCHw8hQRHK5y1v7WbWjCIXwj9ozlh/tcNSFzwVBzD/S5CZvjzs+j0+GnpzgGfa7CpzJwKX1TaEG5oDViHfbfZJ9vufQhXPHlnWlzzosieIa3UM9iYAZyQGbA+myRt3iCI05zQhLVc5pD0Q7SpSwezzfuh72HYkEzM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777368686; c=relaxed/simple; bh=tJv+yaVEkQrsZKGmAWSF6qmOkRL3lPfpylSA9rWvhck=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=aDxce0Mfj7lZd4Xtq6J2gCXfE/50GtGwYzdcYbYsNA2gWEMKwCP1HnoaZQ7z7X8PWqmMm090aZ+DgH8HVr8dSU+7cSKhnWaRb4i4iC34IRN2ea9ydEd265RGm4I28lybOfignI7X1VhGJa+MfscBYPmYch8lN4bFQpAISaE1LlA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=permerror header.from=sipsolutions.net; spf=none smtp.mailfrom=sipsolutions.net; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b=g4pR0byo; arc=none smtp.client-ip=168.119.38.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=permerror header.from=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b="g4pR0byo" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=tJv+yaVEkQrsZKGmAWSF6qmOkRL3lPfpylSA9rWvhck=; t=1777368685; x=1778578285; b=g4pR0byogaUp17M6oeajlkq/r6jspVbntMYqgF7vxxRsXzl ss6vHhutRP6n5lmFxPVNFGnwXggP4xhrvKbcYdyLim9TGi7dpiQYjmfLcSm6tVJ8mJ/fmeqm4nbrL Ifcfxle+Xtz/A5U9+rB3Ur1jjmmSoZrgNJZJXoW08AHXue9/RzN2I2pY9Jn8CIlHaRyRYMRdjhzuV /6CrUroQ2xu6q+i0RLPznOzc9m29vfjAcwhZbHzDuPBP12413Hd74o5bXZVq1GSLtiRAEuBdqsN+Y /vtdg6HiL+vONEBndkq3WyFihIcuhrXV7kRelpqS8j0k03iYZvkndTACSZZkjjfA==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.98.2) (envelope-from ) id 1wHemo-0000000HMhV-0vdF; Tue, 28 Apr 2026 11:31:22 +0200 Message-ID: <59fa69de18211d2f17d346d22f2d07bbe72c157c.camel@sipsolutions.net> Subject: Re: [PATCH wireless-next 1/2] wifi: cfg80211/mac80211: change memory allocation for link_sinfo structure From: Johannes Berg To: Sarika Sharma Cc: linux-wireless@vger.kernel.org Date: Tue, 28 Apr 2026 11:31:21 +0200 In-Reply-To: <20260428090919.1798601-2-sarika.sharma@oss.qualcomm.com> References: <20260428090919.1798601-1-sarika.sharma@oss.qualcomm.com> <20260428090919.1798601-2-sarika.sharma@oss.qualcomm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.58.3 (3.58.3-1.fc43) Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-malware-bazaar: not-scanned On Tue, 2026-04-28 at 14:39 +0530, Sarika Sharma wrote: >=20 > +int cfg80211_alloc_link_sinfo_stats(struct link_station_info **link_sinf= o, really? johannes