Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1227220pxf; Fri, 26 Mar 2021 03:57:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx2DoHgG9qdUdSM/9IjnCYFAwA6cFnKE90jtlU/6dp4BySCMnBgd+dWKEKkK4mo4W6HU+NG X-Received: by 2002:a17:906:abcd:: with SMTP id kq13mr14840191ejb.477.1616756238631; Fri, 26 Mar 2021 03:57:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616756238; cv=none; d=google.com; s=arc-20160816; b=JdbNJXW7T7A7zVrbCpVt0up7IgJrKo3Ogqv/XvKz8DNIXpjG8GJBTRMUePjVgFptaU eD0oZ82nV/BH9qmtuKXqR66395mhsAHElc4LKBFSspFRR5QjT8EkOl1LT9dsgMPFSxER IHj6v1KJtcCQAtwzucplm/j9t7qDbA9Ph0Hh4p3Wt3jEAyWX401O55mKBXprt6Kp/SmY TcgPfWpuUmsblMTn8Lrr9eX9SDXLgs+YBkWMnZGkKrlK+KJM+vPhnKVVDD657mfQzlZJ yEvA9FwvI5vv5s0n+GCKIQWwoc8xHQjjyXKCmJqVeZrX3lWLzmR6KnUr4JnuoIaVT9X8 +Onw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:subject:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:message-id; bh=Gjh/fMEi700UD6pFL1wRU9pQU/TUpOFtjxmJKkYTFSg=; b=uRWvBV5z5KWtL+oV4kwzl1JPFfBWmAwdJLVtuNZLfnOmOAMWit2Jgw46tlp/DLeEWS UxaRhEmPGLIk+G5rPhVUAv2vPrrjjYAzuFrAjELNk4xWOEdvTShH34/zb2uz8qZAqwzg +1nyseXCnvV0kMjN8mP9rocy+SFHs1NZ2Zd4sQjQUhHOmjhimrrHXfPaiSLQS5eIvElT AgK1AHPbMI3dqv0wKkPSaKcNr8pkYbKZ+wrqfFvILSoh1W3Em0jrCEeZjaSVyZyVBkp5 XmwXmieKsgfFshOI40ncX2CQ7efYzatf8FCBEfsJ5i29fgvaDOrTccy7PskWHAj7HkZW RAEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e26si6601731ejy.207.2021.03.26.03.56.52; Fri, 26 Mar 2021 03:57:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229946AbhCZK4P (ORCPT + 99 others); Fri, 26 Mar 2021 06:56:15 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:43358 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229882AbhCZKzq (ORCPT ); Fri, 26 Mar 2021 06:55:46 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=[192.168.100.150]) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lPk7z-0003GI-CH; Fri, 26 Mar 2021 12:55:44 +0200 Message-ID: From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Fri, 26 Mar 2021 12:55:43 +0200 In-Reply-To: <20210326103035.206088-1-luca@coelho.fi> References: <20210326103035.206088-1-luca@coelho.fi> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, TVD_RCVD_IP autolearn=ham autolearn_force=no version=3.4.5-pre1 Subject: Re: [PATCH for v5.12 0/7] iwlwifi: fixes intended for v5.12 2021-03-26 Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, 2021-03-26 at 12:30 +0200, Luca Coelho wrote: > From: Luca Coelho > > Hi, > > This is the first patchset with fixes for v5.12. > > The changes are: > > * A few locking fixes; > * Fix a workaround for devices of the 22000 family; > * Fix the position of a bit in the regulatory capabilities; > * Add support to some devices that were missing. > > As usual, I'm pushing this to a pending branch, for kbuild bot. And > since these are fixes for the rc series, please take them directly to > wireless-drivers.git, as we agreed. I'll assign them to you. > > Cheers, > Luca. Oops, I misinstalled my hooks and ended up sending all the patches with Change-Id tags. Sorry for that and thanks Johannes for noticing. I'll mark this series as superseded and send v2. -- Cheers, Luca.