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 X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F39A9C433DB for ; Tue, 23 Feb 2021 09:32:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B843464E02 for ; Tue, 23 Feb 2021 09:32:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230198AbhBWJc1 (ORCPT ); Tue, 23 Feb 2021 04:32:27 -0500 Received: from z11.mailgun.us ([104.130.96.11]:57889 "EHLO z11.mailgun.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232164AbhBWJaN (ORCPT ); Tue, 23 Feb 2021 04:30:13 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1614072591; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=ccLpLZFPE7URe8mBNmsAYM6Yt6q2HVKFu6qwIkLkSYc=; b=iUQxpO1XKH3jzaYXv7/RWmvgzqNOXHrUlc/LBcZz39KEaBZqE4llgbUzSV9Zy4utDfF4bQGX NJSloZOYHQeWsopQQBOV+4pXRGpWeFaTfx+1PyexI4hQCvsEvx9KT2ikQnNJ+N9CjivscGmQ nLGAqVSa6xeuN9qcOo5fr8s3sFE= X-Mailgun-Sending-Ip: 104.130.96.11 X-Mailgun-Sid: WyJiZjI2MiIsICJuZXRkZXZAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n05.prod.us-east-1.postgun.com with SMTP id 6034cae99946643859716a9f (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 23 Feb 2021 09:29:13 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 2F514C43461; Tue, 23 Feb 2021 09:29:13 +0000 (UTC) Received: from potku.adurom.net (88-114-240-156.elisa-laajakaista.fi [88.114.240.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 36879C433C6; Tue, 23 Feb 2021 09:29:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 36879C433C6 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: Pkshih Cc: "linux-kernel\@vger.kernel.org" , "tony0620emma\@gmail.com" , Timlee , "zhanjun\@uniontech.com" , "kuba\@kernel.org" , "netdev\@vger.kernel.org" , "davem\@davemloft.net" , "arnd\@arndb.de" , "chenhaoa\@uniontech.com" , "linux-wireless\@vger.kernel.org" Subject: Re: [PATCH v2] rtw88: 8822ce: fix wifi disconnect after S3/S4 on HONOR laptop References: <20210222094638.18392-1-chenhaoa@uniontech.com> <87h7m4iefe.fsf@codeaurora.org> <1613993809.2331.12.camel@realtek.com> <878s7fi7m5.fsf@codeaurora.org> <1614069836.8409.0.camel@realtek.com> Date: Tue, 23 Feb 2021 11:29:07 +0200 In-Reply-To: <1614069836.8409.0.camel@realtek.com> (pkshih@realtek.com's message of "Tue, 23 Feb 2021 08:43:59 +0000") Message-ID: <874ki3i13w.fsf@codeaurora.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Pkshih writes: > On Tue, 2021-02-23 at 09:08 +0200, Kalle Valo wrote: >> Pkshih writes: >>=20 >> >> > --- a/drivers/net/wireless/realtek/rtw88/rtw8822ce.c >> >> > +++ b/drivers/net/wireless/realtek/rtw88/rtw8822ce.c >> >> > @@ -25,7 +25,6 @@ static struct pci_driver rtw_8822ce_driver =3D { >> >> >=C2=A0=C2=A0 .id_table =3D rtw_8822ce_id_table, >> >> >=C2=A0=C2=A0 .probe =3D rtw_pci_probe, >> >> >=C2=A0=C2=A0 .remove =3D rtw_pci_remove, >> >> > - .driver.pm =3D &rtw_pm_ops, >> >>=C2=A0 >> >> Why just 8822ce? Why not remove rtw_pm_ops entirely if it just creates >> >> problems? >> > >> > I think we can't remove rtw_pm_ops, because wowlan will not work. >>=20 >> Ah. A comment code in the code stating that would be nice. >>=20 > > I'll do it. Thank you. --=20 https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatc= hes