From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta0.migadu.com (out-22.mta0.migadu.com [91.218.175.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 597781AAE17 for ; Thu, 13 Aug 2026 05:57:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.22 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786600651; cv=none; b=ailZTTBbAKrL3xQkmS/A4LCgaLonG29Es3PwkW2xPqgWE9zXlPw8ngrVoj2DplHBqkk2tjKWULQ7VmNFUiRKgqgCElLMZxgXc1FomFfd4ynQ/Qt9RvGbk1BJw1YeMAsXIz3y3o1+IVjgRe0jskIU2F+LFUTTQe3kjxe2zZg+u0Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786600651; c=relaxed/simple; bh=a42qqutrvNEsIBTjeYtRgJpfyAco7/ed1UM+NmRG7BE=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=M5B6+7BXyR3U2rfNq9qdygpnfVrzRIQet0gaxyVasAQ+MVZWtB7SBBAW3wcUh8p8JnjkEpJGqdBHJ/uN1cCfUqzCj1hKOYFC88Yo5G2sLZKoQc5uqcNOzwj62VcYvyTZhYpiDUJHxv97SkY8h1wltqcIIHH6mJ37LYyXsuGQpws= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=EkDU4euF; arc=none smtp.client-ip=91.218.175.22 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="EkDU4euF" X-Envelope-To: linux-kernel@vger.kernel.org DKIM-Signature: a=rsa-sha256; bh=a42qqutrvNEsIBTjeYtRgJpfyAco7/ed1UM+NmRG7BE=; c=simple/simple; d=linux.dev; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1786600647; v=1; x=1787205447; b=EkDU4euFhfXfBFDSaFYBpV4DPXR5OIpNJLkedBEuhwa58LicBXLiEELIAUmulqUF77oVmSV/ oyOaLNNCfccv5f5+RSTELbeR8nfdLgwo1XdDxukyNvJGjzeKuiS1N3iCFhWqVfsAFr/Fp75PHVL byqylbfONpX5zOhchaazAs60= X-Envelope-To: linux-kernel@vger.kernel.org Received: from kali (31.223.131.186) by smtp.migadu.com with ESMTPS id f6c43e95968d5701; Thu, 13 Aug 2026 05:57:17 +0000 X-Migadu-Flow: FLOW_OUT From: luka.gejak@linux.dev To: Ping-Ke Shih Cc: Luka Gejak , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, Bitterblue Smith , Michael Straube , Peter Robinson , Hans de Goede Subject: Re: [PATCH v3 0/5] wifi: rtw88: preparations for RTL8723B/RTL8723BS Date: Thu, 13 Aug 2026 05:56:57 +0000 Message-ID: <20260813055657.13506-1-luka.gejak@linux.dev> X-Mailer: git-send-email 2.53.0 In-Reply-To: <57719CE4-BEE4-4A1E-B760-DFFD04FF865C@linux.dev> References: <57719CE4-BEE4-4A1E-B760-DFFD04FF865C@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: Luka Gejak Hi Ping-Ke, Following up on the test I mentioned: the result is in, and patch 3 on its own is enough. The tester ran the series with patch 4 removed, on good signal near the AP. "firmware failed to leave lps state" did not appear at all, over one run of 46 iterations overnight and a second of 825 iterations. That warning was only intermittent on the unfixed branch to begin with, so patch 4 was never what suppressed it. "failed to get tx report from firmware" appeared once in the 46 iteration run and not at all in the 825 iteration run, against being easy to reproduce unfixed. So patch 3 is what addresses it, with a rare residual left over. That matches the firmware feature word and the C2H capture, so patch 4 is dropped in v5 as planned and the slow host improvement is patch 3 alone. Best regards, Luka Gejak