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 AC108C433FE for ; Sat, 16 Oct 2021 10:37:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 943D161181 for ; Sat, 16 Oct 2021 10:37:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244174AbhJPKjS (ORCPT ); Sat, 16 Oct 2021 06:39:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235855AbhJPKjR (ORCPT ); Sat, 16 Oct 2021 06:39:17 -0400 Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [IPv6:2001:67c:2050::465:101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 231FFC061570; Sat, 16 Oct 2021 03:37:09 -0700 (PDT) Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4HWfhf6sDdzQkBW; Sat, 16 Oct 2021 12:37:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= To: Amitkumar Karwar , Ganapathi Bhat , Xinming Hu , Kalle Valo , "David S. Miller" , Jakub Kicinski Cc: =?UTF-8?q?Jonas=20Dre=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=20Roh=C3=A1r?= Subject: [PATCH v2 0/5] A few more cleanups and fixes for mwifiex Date: Sat, 16 Oct 2021 12:36:51 +0200 Message-Id: <20211016103656.16791-1-verdre@v0yd.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 90391353 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org v1: https://lore.kernel.org/linux-wireless/20211016101743.15565-1-verdre@v0yd.nl/T/#t Changes between v1 and v2: - Added another commit fixing a bug with host sleep when it was entered explicitly instead of implicitly. Just a few more cleanups and two fixes for mwifiex. Jonas Dreßler (5): mwifiex: Don't log error on suspend if wake-on-wlan is disabled mwifiex: Log an error on command failure during key-material upload mwifiex: Fix an incorrect comment mwifiex: Send DELBA requests according to spec mwifiex: Deactive host sleep using HSCFG after it was activated manually drivers/net/wireless/marvell/mwifiex/11n.c | 7 ++++--- .../net/wireless/marvell/mwifiex/cfg80211.c | 12 ++++++++--- drivers/net/wireless/marvell/mwifiex/cmdevt.c | 21 +++++++++++++++++++ drivers/net/wireless/marvell/mwifiex/main.c | 18 ++++++++++++++++ drivers/net/wireless/marvell/mwifiex/main.h | 1 + .../net/wireless/marvell/mwifiex/sta_cmd.c | 4 ++++ 6 files changed, 57 insertions(+), 6 deletions(-) -- 2.31.1