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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3380BC433EF for ; Tue, 7 Dec 2021 13:49:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237333AbhLGNwz (ORCPT ); Tue, 7 Dec 2021 08:52:55 -0500 Received: from paleale.coelho.fi ([176.9.41.70]:50642 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S237327AbhLGNwy (ORCPT ); Tue, 7 Dec 2021 08:52:54 -0500 Received: from 91-156-5-105.elisa-laajakaista.fi ([91.156.5.105] 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.2) (envelope-from ) id 1muaqO-001BAW-JY; Tue, 07 Dec 2021 15:49:22 +0200 Message-ID: From: Luca Coelho To: Kalle Valo Cc: linux-wireless@vger.kernel.org Date: Tue, 07 Dec 2021 15:49:19 +0200 In-Reply-To: <87a6hcttpu.fsf@codeaurora.org> References: <20211204063555.769822-1-luca@coelho.fi> <87a6hcttpu.fsf@codeaurora.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 03/12] iwlwifi: properly support 4-bit MAC step Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, 2021-12-07 at 15:44 +0200, Kalle Valo wrote: > Luca Coelho writes: > > > From: Mike Golant > > > > Properly support 4-bit MAC step by refactoring all the current > > handling of the MAC step/dash. > > What is 4-bit MAC step? Maybe a bit bad wording. We have a MAC component (which is inside the SoC) and it has several different HW steps. 3 bits used to be enough but now we need 4-bits to represent all the different steps. Do you want me to reword the commit message? -- Cheers, Luca.