aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/nl80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-02-21 11:36:01 -0500
committerJohannes Berg <johannes.berg@intel.com>2013-03-06 10:35:47 -0500
commitee2aca343c9aa64d277a75a5df043299dc84cfd9 (patch)
tree697ac55d4d0119e97ead3a530ebac8cf37922f78 /include/uapi/linux/nl80211.h
parentc8bb93f5f5d478a01db66127844d1d2dd30abec7 (diff)
cfg80211: add ability to override VHT capabilities
For testing it's sometimes useful to be able to override certain VHT capability advertisement, add the ability to do that in cfg80211. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/linux/nl80211.h')
-rw-r--r--include/uapi/linux/nl80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 9844c10a2999..2c3e88360037 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -1685,6 +1685,9 @@ enum nl80211_attrs {
1685 NL80211_ATTR_PROTOCOL_FEATURES, 1685 NL80211_ATTR_PROTOCOL_FEATURES,
1686 NL80211_ATTR_SPLIT_WIPHY_DUMP, 1686 NL80211_ATTR_SPLIT_WIPHY_DUMP,
1687 1687
1688 NL80211_ATTR_DISABLE_VHT,
1689 NL80211_ATTR_VHT_CAPABILITY_MASK,
1690
1688 /* add attributes here, update the policy in nl80211.c */ 1691 /* add attributes here, update the policy in nl80211.c */
1689 1692
1690 __NL80211_ATTR_AFTER_LAST, 1693 __NL80211_ATTR_AFTER_LAST,