From patchwork Wed Feb 16 00:01:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aloka Dixit X-Patchwork-Id: 12747723 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 41E4EC433FE for ; Wed, 16 Feb 2022 00:01:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244946AbiBPACH (ORCPT ); Tue, 15 Feb 2022 19:02:07 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:46690 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244954AbiBPACD (ORCPT ); Tue, 15 Feb 2022 19:02:03 -0500 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D305652D4 for ; Tue, 15 Feb 2022 16:01:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1644969710; x=1676505710; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=skKRoAFTuzBYIA+I6jfhNWNrl50xIa0zgNkmH/kNUY0=; b=rl2AaVPTASC9an2o5uSUfU/Ei6+mEUJaz4AzPyoDNfiU7i21X3xvmyJm UuBQ5ufGmSz+HR8arsdVT4tDroxgnE3QdUc7fTXc5vTX90f469RARripv /4dd3kOIIW5a5B1xA6UmGW8/wi+DgwHtxCnFytvAiSHnfJmPeMv/IyQPX c=; Received: from unknown (HELO ironmsg01-sd.qualcomm.com) ([10.53.140.141]) by alexa-out-sd-01.qualcomm.com with ESMTP; 15 Feb 2022 16:01:50 -0800 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg01-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 16:01:49 -0800 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.15; Tue, 15 Feb 2022 16:01:49 -0800 Received: from alokad-linux.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.19; Tue, 15 Feb 2022 16:01:48 -0800 From: Aloka Dixit To: , CC: Aloka Dixit Subject: [PATCH 0/2] support disabling EHT mode Date: Tue, 15 Feb 2022 16:01:35 -0800 Message-ID: <20220216000137.29276-1-quic_alokad@quicinc.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Add support to disable EHT mode. This patch-set depends on following patch-set for the definition of IEEE80211_STA_DISABLE_EHT. https://patchwork.kernel.org/project/linux-wireless/list/?series=613209&state=%2A&archive=both Muna Sinada (2): cfg80211: support disabling EHT mode mac80211: support disabling EHT mode include/net/cfg80211.h | 2 ++ include/uapi/linux/nl80211.h | 1 + net/mac80211/mlme.c | 5 ++++- net/wireless/nl80211.c | 7 +++++++ 4 files changed, 14 insertions(+), 1 deletion(-) base-commit: 8aaaf2f3af2ae212428f4db1af34214225f5cec3 prerequisite-patch-id: 328a8dc53fc4ed611094648f8354ea51a220a469 prerequisite-patch-id: 9f6778fe7023b0f4d103e206ed80cb3074c4e4f9 prerequisite-patch-id: 40aa2131e1529282c8099c4e270155292802f4ff prerequisite-patch-id: c9db940e5649f3586357ee608d24f518a7fadb00 prerequisite-patch-id: edb4a64395858a174dd6ad739cf065f4092f2da1 prerequisite-patch-id: eeacae90f17719f5546e53cd04082849491dcfc2 prerequisite-patch-id: b5c0bb8119aa46b6aba653fa60c173c6546556e0 prerequisite-patch-id: 4a58f779c257d9191efe94a7283c59eff683f7c3 prerequisite-patch-id: fd4e44527c2965ae943c68c7c96bde33777bde59 prerequisite-patch-id: 6c8a84b6e8e3a5c317ec3410d9f99b06a779304d prerequisite-patch-id: f7e51eb9ee4da52a5f79248f0314ef23db3333bc prerequisite-patch-id: eb4c3cfd53903f093f233af6bf00b88acab86595 prerequisite-patch-id: 7d85d1f530c496da1ad6769c59f8524f58edfca9 prerequisite-patch-id: ff5183a0e028a1041700c32992eb18a13dc2de8b prerequisite-patch-id: 159188202e4afc341f8a566d45cdf2e2afcb2d2e prerequisite-patch-id: e69273ed8e6c0cebb8288230fc781f345663035d prerequisite-patch-id: 06cfb4718beb6d69f078744feef1b6b897fad0aa prerequisite-patch-id: d17f643739d565fca4d8f9139da0083d522647ed prerequisite-patch-id: bb5917bb77a3de7b6804d25b56043ff26184d49d