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 AFB9F3876C1; Mon, 8 Jun 2026 07:02:50 +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=1780902173; cv=none; b=Cvoz48FwNi6iqO2jWhLfnsL89xy3Qqg7XjEGJZyzU5Dfx6ifwKUW/d2E1QB7gX0J8AZmOATqzpiHPTYGQT6ITMks5VQFysDthibv66H4VXJ0/IdAGXCl+XrnuxXSeYP7MMm9oFKLcR5Lzjkkx4iHxwbHoZR4xOhiMyX3cShfMf0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780902173; c=relaxed/simple; bh=wRghMpT235GXEl1TbhyuxwYqE0P/NK7WwDJy9fQ4rjU=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=jWtibi3wC8QQC4ZDZWvIES+opIqXDE3rVnneh12wDA3K2eO4wkLf1IG9K19JfCJEWVoh6hw44bO1mYP10CYdrNNmO/nwicdfUmrxo1+CtuCZMfZ9pmpyVITUAjiCU3GdW63HWIDgV/kRSZv42nNiAQ/ZNfa5LKnWQlVVT1WUYVU= 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=nxlILKUV; 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="nxlILKUV" 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=wRghMpT235GXEl1TbhyuxwYqE0P/NK7WwDJy9fQ4rjU=; t=1780902170; x=1782111770; b=nxlILKUVOcmYqnvmu5P/FmVlgcXkEqmFjtQXNT0qqaSjHuB g5Qvn7JLuE4fY3eYVuv+O8wl/O/tIAqCw5ZoSvFGAPsi+vBaQJIc1uAkF9Pr99nBpFH2R8i+FRTF4 zfR2cGTE8frx4hQ/oERxnqTDkr4Lht9X60VqzyFr8HG1s8P+P/8FsgaTmOIAGl5KoQYx0RG0BwLSr Kd6BgK5jzETHH76vxyd6d1x02KQsMC07IAaC6Y05XiCkprvnSgVx/Pgg71+fC7VD3d3+4/iUFixZW XzueKNzx9p+jq0uwf5gzG3i+DbLkHER1yLtaiHYrzkJRO4KkgcBF20yckDVhK41A==; 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 1wWTdt-00000005WkD-41kV; Mon, 08 Jun 2026 08:39:26 +0200 Message-ID: Subject: Re: [PATCH v12 00/22] wifi: nxpwifi: create nxpwifi to support From: Johannes Berg To: Jeff Chen , linux-wireless@vger.kernel.org Cc: linux-kernel@vger.kernel.org, briannorris@chromium.org, francesco@dolcini.it, wyatt.hsu@nxp.com, s.hauer@pengutronix.de, ulf.hansson@linaro.org Date: Mon, 08 Jun 2026 08:39:24 +0200 In-Reply-To: <20260605161335.2415583-1-jeff.chen_1@nxp.com> References: <20260605161335.2415583-1-jeff.chen_1@nxp.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-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-malware-bazaar: not-scanned On Sat, 2026-06-06 at 00:13 +0800, Jeff Chen wrote: >=20 > Firmware binaries can be obtained from: > https://github.com/nxp-imx/imx-firmware/tree/lf-6.12.34_2.1.0/nxp/FwImage= _IW612_SD/ Are you going to send this for inclusion in linux-firmware with an appropriate (redistributable) license? I'm not entirely convinced that the license (that appears to be attached to) the repository is really one that could be used there? johannes