Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2815267pxb; Fri, 12 Feb 2021 01:53:45 -0800 (PST) X-Google-Smtp-Source: ABdhPJzwfb47TAKqpMyi4CEZKovbAyRKQP8i1+KsXWBtL2eT0lS2EBRp+NT6DaqEDyzw/NnRzhiP X-Received: by 2002:a17:906:1447:: with SMTP id q7mr2271979ejc.27.1613123624958; Fri, 12 Feb 2021 01:53:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613123624; cv=none; d=google.com; s=arc-20160816; b=vL/AjegZ9wBlufPmBR3DxQrJCDJPHBiaJDATY8olqvOhgUEpTWGDcR3xQkbllFA85X b2+VqmdHfOt8aG1BTIt4NKy9vC9EXNzc0G/prDwtkNxtrV2eV/GwWUMHewEeibfhZtpS KtFQc0zV/PdVmsItFj0y0AYG+tJDmopW51QK7PGMZr4O8rEC5zseY05jBTOTco2vpT6n AJZ315UAt00ajDzQ+so3GvC0aATcrEXz82FpWTVqjO+rex0RoclXGHJI/BdfhBCKyP2v iNP1NuhlvymAPsRf/ToFYKxixtXylzaI0c/UxWWkiKLYohEPkJQgW842MTEHSQJJAwtr 90rg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=O50V91KI3y0x8tqRQSI0Mrp670DAL5Z3Nb+rE9/oPuI=; b=xZ2tMxcdv9t0qTkkP6HxJJjsTjcSruHlWe5ICPrp7+wRkLjumLoUCfyxrlYtDSz/J7 Jqe7tEDw86iF0tG7hdxrZY/m7GD/35JFSnHBbQQd5+ccC2yC1/BDZVFSC8CHXCGMCnc5 nl3/KVtl9Qobf4hH+V6tv8r00bWCwlCBjaVZvPo/CjnacXencdVt3+7u1gnRwzP/JYK/ z/nCa7mc54aZ75Nffecq0WdsSlMqz9+8QYrsqbygZ1pVmDhMcotUwWVSdVweVtYHMbSZ d5reFbhDToSM/bFPeDAVnPIAUFUWn5V9ckQsZaWUcLCL1xL1sjny2BUkqp8qCOVcDYUQ bRng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j22si6914465eds.434.2021.02.12.01.53.20; Fri, 12 Feb 2021 01:53:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229928AbhBLJvN (ORCPT + 99 others); Fri, 12 Feb 2021 04:51:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229771AbhBLJvM (ORCPT ); Fri, 12 Feb 2021 04:51:12 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB110C061574 for ; Fri, 12 Feb 2021 01:50:31 -0800 (PST) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94) (envelope-from ) id 1lAV5p-001nS2-HL; Fri, 12 Feb 2021 10:50:29 +0100 From: Johannes Berg To: linux-wireless@vger.kernel.org Cc: Johannes Berg Subject: [PATCH] nl80211: add documentation for HT/VHT/HE disable attributes Date: Fri, 12 Feb 2021 10:50:23 +0100 Message-Id: <20210212105023.895c3389f063.I46dea3bfc64385bc6f600c50d294007510994f8f@changeid> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Johannes Berg These were missed earlier, add the necessary documentation and, while at it, clarify it. Signed-off-by: Johannes Berg --- include/uapi/linux/nl80211.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 5188fe581efc..ac78da99fccd 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -1963,8 +1963,15 @@ enum nl80211_commands { * @NL80211_ATTR_PROBE_RESP: Probe Response template data. Contains the entire * probe-response frame. The DA field in the 802.11 header is zero-ed out, * to be filled by the FW. - * @NL80211_ATTR_DISABLE_HT: Force HT capable interfaces to disable - * this feature. Currently, only supported in mac80211 drivers. + * @NL80211_ATTR_DISABLE_HT: Force HT capable interfaces to disable + * this feature during association. This is a flag attribute. + * Currently only supported in mac80211 drivers. + * @NL80211_ATTR_DISABLE_VHT: Force VHT capable interfaces to disable + * this feature during association. This is a flag attribute. + * Currently only supported in mac80211 drivers. + * @NL80211_ATTR_DISABLE_HE: Force HE capable interfaces to disable + * this feature during association. This is a flag attribute. + * Currently only supported in mac80211 drivers. * @NL80211_ATTR_HT_CAPABILITY_MASK: Specify which bits of the * ATTR_HT_CAPABILITY to which attention should be paid. * Currently, only mac80211 NICs support this feature. -- 2.26.2