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 5B08AC64ED6 for ; Sun, 26 Feb 2023 17:54:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229639AbjBZRyH (ORCPT ); Sun, 26 Feb 2023 12:54:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229486AbjBZRyG (ORCPT ); Sun, 26 Feb 2023 12:54:06 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5D0E6BDCD; Sun, 26 Feb 2023 09:54:05 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1627DB80B7E; Sun, 26 Feb 2023 17:54:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47BF5C433D2; Sun, 26 Feb 2023 17:54:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677434042; bh=QzQA4OpJa5gFaEu1hjPG4N7Zq9ONNhHPQT9YoMFqybE=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=QQ3QNec4+Oo8KzfrRsdIVhEFHayn2G9CvZGNDOG7pJCzGZic3jyFVTauNxJ5wEOiF BJ8jISH8ESjTnjI3xS0SrTEmO1s6srB1VPfTrNzill80EAPjQGzJu5JfczgJuh7kmV +hvwtGO4EAvsgqUaOYuYEjaK6D191ZcxLgLlMm8F81JHHAdLwOyZX/PiiKQWJaCiSe 0SQU8eWWvKLuGO6/V2L1Bh2FLvsve7cQsB2nd8mRGx4seM9U0+V0UZOos1U3/jyCOS WHTm2JW4aRrMWoaoE8lVVa0Ykwlxh8RkM/XY6cKGjd+N6bZWPmkEZ5VhG5ruZntcBT GORX7ydJB+0NA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] wifi: wext: warn about usage only once From: Kalle Valo In-Reply-To: <20230224135933.94104aeda1a0.Ie771c6a66d7d6c3cf67da5f3b0c66cea66fd514c@changeid> References: <20230224135933.94104aeda1a0.Ie771c6a66d7d6c3cf67da5f3b0c66cea66fd514c@changeid> To: Johannes Berg Cc: linux-wireless@vger.kernel.org, Linus Torvalds , netdev@vger.kernel.org, Larry Finger , Nicolas Cavallari , Johannes Berg User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <167743403946.7100.11241419811372404237.kvalo@kernel.org> Date: Sun, 26 Feb 2023 17:54:01 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Johannes Berg wrote: > From: Johannes Berg > > Warn only once since the ratelimit parameters are still > allowing too many messages to happen. This will no longer > tell you all the different processes, but still gives a > heads-up of sorts. > > Also modify the message to note that wext stops working > for future Wi-Fi 7 hardware, this is already implemented > in commit 4ca69027691a ("wifi: wireless: deny wireless > extensions on MLO-capable devices") and is maybe of more > relevance to users than the fact that we'd like to have > wireless extensions deprecated. > > The issue with Wi-Fi 7 is that you can now have multiple > connections to the same AP, so a whole bunch of things > now become per link rather than per netdev, which can't > really be handled in wireless extensions. > > Signed-off-by: Johannes Berg Patch applied to wireless.git, thanks. 52fd90638a72 wifi: wext: warn about usage only once -- https://patchwork.kernel.org/project/linux-wireless/patch/20230224135933.94104aeda1a0.Ie771c6a66d7d6c3cf67da5f3b0c66cea66fd514c@changeid/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches