Skip to content

Commit 735a484

Browse files
committed
nl80211: add documentation for HT/VHT/HE disable attributes
These were missed earlier, add the necessary documentation and, while at it, clarify it. Signed-off-by: Johannes Berg <[email protected]> Link: https://lore.kernel.org/r/20210212105023.895c3389f063.I46dea3bfc64385bc6f600c50d294007510994f8f@changeid Signed-off-by: Johannes Berg <[email protected]>
1 parent b6db0f8 commit 735a484

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

include/uapi/linux/nl80211.h

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,8 +1963,15 @@ enum nl80211_commands {
19631963
* @NL80211_ATTR_PROBE_RESP: Probe Response template data. Contains the entire
19641964
* probe-response frame. The DA field in the 802.11 header is zero-ed out,
19651965
* to be filled by the FW.
1966-
* @NL80211_ATTR_DISABLE_HT: Force HT capable interfaces to disable
1967-
* this feature. Currently, only supported in mac80211 drivers.
1966+
* @NL80211_ATTR_DISABLE_HT: Force HT capable interfaces to disable
1967+
* this feature during association. This is a flag attribute.
1968+
* Currently only supported in mac80211 drivers.
1969+
* @NL80211_ATTR_DISABLE_VHT: Force VHT capable interfaces to disable
1970+
* this feature during association. This is a flag attribute.
1971+
* Currently only supported in mac80211 drivers.
1972+
* @NL80211_ATTR_DISABLE_HE: Force HE capable interfaces to disable
1973+
* this feature during association. This is a flag attribute.
1974+
* Currently only supported in mac80211 drivers.
19681975
* @NL80211_ATTR_HT_CAPABILITY_MASK: Specify which bits of the
19691976
* ATTR_HT_CAPABILITY to which attention should be paid.
19701977
* Currently, only mac80211 NICs support this feature.

0 commit comments

Comments
 (0)