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 BC6C738C2D0 for ; Thu, 4 Jun 2026 10:23:59 +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=1780568642; cv=none; b=ay9i6IEWlWf3vYu3d9UAYz93Dig5OMuaI3o6WaXTb6OBYOL2wOSzPewdIyzkMmEYPsMDg+NPqUnkNutqNTqTySEsWlhR69Wv1PK1SJiIHLVsztwOtOBcf7gZ6ztBhvrl+jHHDMaNrSdSXk/vAFIiwuCWaYJZcY9CaWpBDW6gFrQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780568642; c=relaxed/simple; bh=j0808ANJvkkmYYD5vt+pNQEia55dsUDAo0mE3Ft3ujo=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=SVbApnQY5Ua58on4UOPj7XQRFixC017uOlhsKxtX+V1EgUJNVhY8824DrmDpI2ZuxCzM7yAO1+q1bPtewsyZId+bCIZWk4kbxc45g2T08S9DgpqXHscqIr+I+EUABnsihqyhPqSxezAY5uqSMsFmj/LB1taqE/Ao+zu3jy+pju8= 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=s6MQDBKW; 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="s6MQDBKW" 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=j0808ANJvkkmYYD5vt+pNQEia55dsUDAo0mE3Ft3ujo=; t=1780568639; x=1781778239; b=s6MQDBKWNe2vsoSDOlH9KsTpuzETYMiFpGmbgQjdoKwCHRd lfYQaXLYyVzGB9/kQEvfoCq730a3u1zop0ntk3I362r3n2hDdQFDMigBLCU5b05R0UPM+QW/zBLP/ sbYfUD/KOiC7KGG2xDF0W0fVUQpvCdfnP5Eh2lYcgHpNbEU8nTAI2B5DfIC17fPvRYTEOGaSKllt2 1InCAHAImmysp5TmF6/OWcv+uDB/zwhxAma68C2nx7r6n8bd3Vo/4/Jdq2dd1jhhDzu4ppXn8FM3w ed1O9pgcypMo4tIZk0mBX1t0lWstolltikCOupQ38+kzXejp3XiZCLXN72EEqDbQ==; 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 1wV5Es-00000000Qs6-3hZ3; Thu, 04 Jun 2026 12:23:51 +0200 Message-ID: Subject: Re: [PATCH] wifi: wlcore: Add support for IGTK key From: Johannes Berg To: Andreas Kemnade , Peter =?ISO-8859-1?Q?=C5strand?= Cc: linux-wireless@vger.kernel.org Date: Thu, 04 Jun 2026 12:23:50 +0200 In-Reply-To: <20260604120834.508f606f@kemnade.info> References: <0d3df7ab-6c41-c3cc-83cc-5ba55fe4e4bd@lysator.liu.se> <20260508102403.4e2fb1bc@kemnade.info> <20260604120834.508f606f@kemnade.info> 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 > >=20 > btw: if the firmware is started for a second time, it will also decrement= again. > So after some reboots we end up without any cipher. > And afaik the firmware ups at any ifup. Maybe just send a revert for now? johannes