File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1963,8 +1963,15 @@ enum nl80211_commands {
1963
1963
* @NL80211_ATTR_PROBE_RESP: Probe Response template data. Contains the entire
1964
1964
* probe-response frame. The DA field in the 802.11 header is zero-ed out,
1965
1965
* 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.
1968
1975
* @NL80211_ATTR_HT_CAPABILITY_MASK: Specify which bits of the
1969
1976
* ATTR_HT_CAPABILITY to which attention should be paid.
1970
1977
* Currently, only mac80211 NICs support this feature.
You can’t perform that action at this time.
0 commit comments