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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E58CC433F5 for ; Wed, 20 Oct 2021 08:52:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 05CD360E9B for ; Wed, 20 Oct 2021 08:52:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229555AbhJTIyW (ORCPT ); Wed, 20 Oct 2021 04:54:22 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:54274 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229544AbhJTIyV (ORCPT ); Wed, 20 Oct 2021 04:54:21 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1634719927; h=Date: Message-ID: Cc: To: References: In-Reply-To: From: Subject: Content-Transfer-Encoding: MIME-Version: Content-Type: Sender; bh=ZYuf2JfwuSM+9+A5y3eGiMTK0+DdPpzjW4F8eq56Ksk=; b=fs/Fe4iwwvgFZ2fwLyOeIrOnn7S3WwvBbQpx/1BtjnQ6Iwzh/6DDgKotHOpkAu14WTzQbFEs 3sDdqGo8w3Iz3dZsof/xhRur1H8gGtCXEbrQAqTDefIt+n6EkzpznlY8++xAjV5QiQVVQzmC Fm/upjFIUWMjhN/zt9NYOF85qsM= X-Mailgun-Sending-Ip: 198.61.254.9 X-Mailgun-Sid: WyI3YTAwOSIsICJsaW51eC13aXJlbGVzc0B2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n06.prod.us-east-1.postgun.com with SMTP id 616fd8a514914866fa2d8d4f (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Wed, 20 Oct 2021 08:51:49 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 9848FC4361C; Wed, 20 Oct 2021 08:51:48 +0000 (UTC) Received: from tykki.adurom.net (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id 66968C4338F; Wed, 20 Oct 2021 08:51:44 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.codeaurora.org 66968C4338F 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=codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3 1/5] mwifiex: Don't log error on suspend if wake-on-wlan is disabled From: Kalle Valo In-Reply-To: <20211016153244.24353-2-verdre@v0yd.nl> References: <20211016153244.24353-2-verdre@v0yd.nl> To: =?utf-8?q?Jonas_Dre=C3=9Fler?= Cc: Amitkumar Karwar , Ganapathi Bhat , Xinming Hu , "David S. Miller" , Jakub Kicinski , =?utf-8?q?Jonas_Dre=C3=9Fler?= , Tsuchiya Yuto , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Maximilian Luz , Andy Shevchenko , Bjorn Helgaas , =?utf-8?q?Pali_Roh=C3=A1r?= User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <163471990247.1743.10996489794553301742.kvalo@codeaurora.org> Date: Wed, 20 Oct 2021 08:51:48 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Jonas Dreßler wrote: > It's not an error if someone chooses to put their computer to sleep, not > wanting it to wake up because the person next door has just discovered > what a magic packet is. So change the loglevel of this annoying message > from ERROR to INFO. > > Signed-off-by: Jonas Dreßler 5 patches applied to wireless-drivers-next.git, thanks. 03893e93aff8 mwifiex: Don't log error on suspend if wake-on-wlan is disabled fd7f8c321b78 mwifiex: Log an error on command failure during key-material upload a8a8fc7b2a71 mwifiex: Fix an incorrect comment cc8a8bc37466 mwifiex: Send DELBA requests according to spec 5943a864fe84 mwifiex: Deactive host sleep using HSCFG after it was activated manually -- https://patchwork.kernel.org/project/linux-wireless/patch/20211016153244.24353-2-verdre@v0yd.nl/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches