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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED538CD68EE for ; Tue, 10 Oct 2023 06:20:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1442242AbjJJGUI (ORCPT ); Tue, 10 Oct 2023 02:20:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1442239AbjJJGUH (ORCPT ); Tue, 10 Oct 2023 02:20:07 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FF119F for ; Mon, 9 Oct 2023 23:20:06 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D082C433C8; Tue, 10 Oct 2023 06:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696918805; bh=tEjb3tygbFrbzwTr8nuR+/GyWE+EBX9oxbRMtyI4isg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=eEtxA/f3QPLOm8FqpLsUBxXmW8LXPeo6qF9nTb01MBH6cowfID3Ykvlz7Xv+eDmJH Hdr4DqL8wbglsQ8Gb6Jg6IsijsZbdhrbvx46pZ3TJCKnpkb4FjkuMNLmdjxVdPeNh4 BDeuFx1RM6AAMWvh4idvUFN2kS5PXbM55iPCnK3Qv6fUGJmBCTkQG+EvN4r1Zh/Xv5 1p5KGn5d5BdOsHGUoCDtsMUzBH1vHiaM+S3ysNgGBzLssq3m6TckOejM5jUYqfqa5U aPdWDdCnR0bXWHfxZGHjfKf6JJsLw9zqP1erSwu5JQKg3ZKGhgZKGlIqVsLUSPb/jk 8OENSgSuOp24g== From: Kalle Valo To: Ping-Ke Shih Cc: , Subject: Re: [PATCH v2 5/6] wifi: radiotap: add bandwidth definition of EHT U-SIG References: <20231010021006.6061-1-pkshih@realtek.com> <20231010021006.6061-6-pkshih@realtek.com> Date: Tue, 10 Oct 2023 09:20:03 +0300 In-Reply-To: <20231010021006.6061-6-pkshih@realtek.com> (Ping-Ke Shih's message of "Tue, 10 Oct 2023 10:10:05 +0800") Message-ID: <8734yj578s.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Ping-Ke Shih writes: > Define EHT U-SIG bandwidth used by radiotap according to Table 36-28 > "U-SIG field of an EHT MU PPDU" in 802.11be (D3.0). > > Signed-off-by: Ping-Ke Shih > --- > v2: > - correct commit message about the source of bandwidth definition > of EHT U-SIG suggested by Johannes > --- > include/net/ieee80211_radiotap.h | 6 ++++++ > 1 file changed, 6 insertions(+) This is nitpicking but in general it's good to have the patches touching files outside of drivers/net/wireless in the beginning of the patchset to make them more visible. No need to resend because of this, just a small tip. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches