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 95554C0032E for ; Sat, 28 Oct 2023 15:11:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229454AbjJ1PL4 (ORCPT ); Sat, 28 Oct 2023 11:11:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229712AbjJ1Oyc (ORCPT ); Sat, 28 Oct 2023 10:54:32 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37650C0 for ; Sat, 28 Oct 2023 07:54:30 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 14202C433C8; Sat, 28 Oct 2023 14:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698504869; bh=jmQSCqgDSKptEABEDsP6a/iiYUjDanDG6iLy5CVLGjQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=haIDfLBB36jy1G2GFIUTW1z08Fi/nxgDtZI+n2jeQzy5Z9Lh4lsVeiwQh0pYZDUKh O6/bK23JCylhEDUmDNCr/dvTv0oVU1OdJJVakAO0yrZSzetTc2NFGsStXG0i3JEgwQ mc41hsnXlmmch07k1N4+auxBpWmugFu91U6qxCRtnZ0r4ef2ZP8zKiKgCwAA8+OzE8 15Z5T680ia0TIDk6WNnHZp+JZoJEJZf8Hu/u69KO9nGHsc3dPFBtFaDLgvVPArszHY +7qcZGe4o656B3g6qfay40I2xXr8/0B1hogJup354OPPxJi6l8RvMQccByt4fScbFO nEbKyWsn2fRMw== From: Kalle Valo To: Shiji Yang Cc: linux-wireless@vger.kernel.org, Stanislaw Gruszka Subject: Re: [PATCH 2/3] wifi: rt2x00: disable RTS threshold for rt2800 by default References: <20231028121532.5397-1-yangshiji66@outlook.com> Date: Sat, 28 Oct 2023 17:54:27 +0300 In-Reply-To: (Shiji Yang's message of "Sat, 28 Oct 2023 20:15:31 +0800") Message-ID: <87y1fmbxwc.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 Shiji Yang writes: > Disable the RTS threshold for OFDM and CCK rates by default as the > initial RTS threshold is 'IEEE80211_MAX_RTS_THRESHOLD'. And RTS > thresholds for all other rates have already been disabled when init. > > Signed-off-by: Shiji Yang The commit log should always answer to the question "Why?". What problem does this patch fix? -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches