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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 52754C433B4 for ; Thu, 13 May 2021 09:55:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C5AD6143B for ; Thu, 13 May 2021 09:55:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231678AbhEMJ43 (ORCPT ); Thu, 13 May 2021 05:56:29 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:46376 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S231261AbhEMJ42 (ORCPT ); Thu, 13 May 2021 05:56:28 -0400 X-UUID: 56211f3a84e74f0ea03de903bf80b6ea-20210513 X-UUID: 56211f3a84e74f0ea03de903bf80b6ea-20210513 Received: from mtkcas10.mediatek.inc [(172.21.101.39)] by mailgw02.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 98008978; Thu, 13 May 2021 17:55:17 +0800 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs06n2.mediatek.inc (172.21.101.130) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 13 May 2021 17:55:16 +0800 Received: from mtkswgap22.mediatek.inc (172.21.77.33) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 13 May 2021 17:55:15 +0800 From: To: , CC: , , , , , , , , , , , , , , Subject: Re: [PATCH 9/9] mt76: mt7921: add back connection monitor support Date: Thu, 13 May 2021 17:55:15 +0800 Message-ID: <1620899715-4351-1-git-send-email-sean.wang@mediatek.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <79633d77-a326-fb46-6356-65dddea9da44@nbd.name--annotate> References: <79633d77-a326-fb46-6356-65dddea9da44@nbd.name--annotate> MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Sean Wang >On 2021-05-10 17:14, sean.wang@mediatek.com wrote: >> From: Sean Wang >> >> Hw beacon cmd to the mt7921 firmware doesn't only filter out the >> beacon, but also performs its own connection monitoring, including >> periodic keep-alives to the AP and probing the AP on beacon loss. Will >> indicate the host with the event when the firmware detects the connection is lost. >> >> Fixes: 1d8efc741df8 ("mt76: mt7921: introduce Runtime PM support") >> Reviewed-by: Lorenzo Bianconi >> Signed-off-by: Deren Wu >> Signed-off-by: YN Chen >> Signed-off-by: Sean Wang >What happened to Patch 8? >I don't see it on the list or patchwork. I've sent again the patch 8. Please help take a look. > > >- Felix