From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EAF0AEE4993 for ; Tue, 22 Aug 2023 16:02:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237506AbjHVQCl (ORCPT ); Tue, 22 Aug 2023 12:02:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58874 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237510AbjHVQCj (ORCPT ); Tue, 22 Aug 2023 12:02:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE00512C; Tue, 22 Aug 2023 09:02:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8D44063589; Tue, 22 Aug 2023 16:02:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DE5A5C433C8; Tue, 22 Aug 2023 16:02:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692720156; bh=B4dVX7JomV77pBcVqtD0PNTGXOQTdjWiq/Ji2vFROpM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kmxPkkTwYCQZnR4ofNmuKm7gv2uiQDKusaOVm4+AvZ6IaaGd8xX75E8iqHzAfVUw5 WllJU/8IG1KKWLe9HO7xE4RyAubCZPuh2861jQMReIEjT/jwsULtwHAzWnK2sflFHx BWGx+sXx0R63DjB2YbS4DY4RkP7rvaI6Ct0+T+AmYQXo//IzyuvK3erHkxLrST2aBp 6wDaYVitItaDSb6yLzD86wcSYz89JYn/a96LwoLfqyzx8jGTsOeTKen2XN+Bavk8iy f64BmIsFGJ3zcYPeD/A4gfz345Nz8ho1wOhRIte5vdAcWyH2GI188wKcS34cx44Rmu O37NQ2ZTMJ/0w== Received: from johan by theta with local (Exim 4.96) (envelope-from ) id 1qYTpw-00015s-0B; Tue, 22 Aug 2023 18:02:32 +0200 Date: Tue, 22 Aug 2023 18:02:32 +0200 From: Johan Hovold To: Sasha Levin Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Kalle Valo , Kalle Valo , quic_jjohnson@quicinc.com, ath11k@lists.infradead.org, linux-wireless@vger.kernel.org Subject: Re: [PATCH AUTOSEL 6.4 03/10] Revert "wifi: ath11k: Enable threaded NAPI" Message-ID: References: <20230822113101.3549915-1-sashal@kernel.org> <20230822113101.3549915-3-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230822113101.3549915-3-sashal@kernel.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 22, 2023 at 07:30:53AM -0400, Sasha Levin wrote: > From: Kalle Valo > > [ Upstream commit d265ebe41c911314bd273c218a37088835959fa1 ] > > This reverts commit 13aa2fb692d3717767303817f35b3e650109add3. > > This commit broke QCN9074 initialisation: > > [ 358.960477] ath11k_pci 0000:04:00.0: ce desc not available for wmi command 36866 > [ 358.960481] ath11k_pci 0000:04:00.0: failed to send WMI_STA_POWERSAVE_PARAM_CMDID > [ 358.960484] ath11k_pci 0000:04:00.0: could not set uapsd params -105 > > As there's no fix available let's just revert it to get QCN9074 working again. > > Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217536 > Signed-off-by: Kalle Valo > Signed-off-by: Kalle Valo > Link: https://lore.kernel.org/r/20230720151444.2016637-1-kvalo@kernel.org > Signed-off-by: Sasha Levin This commit break machines like the Lenovo ThinkPad X13s so please do not backport until this has been resolved: https://lore.kernel.org/lkml/20230809073432.4193-1-johan+linaro@kernel.org Johan