cfg80211: Add new BSS attribute ht_opmode
[linux-2.6-block.git] / include / linux / nl80211.h
index 8e28053ea4235707427e5d774d9208dc00daed33..380421253d16001596d2536beb3afb2cb90e5379 100644 (file)
@@ -849,6 +849,8 @@ enum nl80211_commands {
  *     flag isn't set, the frame will be rejected. This is also used as an
  *     nl80211 capability flag.
  *
+ * @NL80211_ATTR_BSS_HTOPMODE: HT operation mode (u16)
+ *
  * @NL80211_ATTR_MAX: highest attribute number currently defined
  * @__NL80211_ATTR_AFTER_LAST: internal use
  */
@@ -1025,6 +1027,8 @@ enum nl80211_attrs {
 
        NL80211_ATTR_OFFCHANNEL_TX_OK,
 
+       NL80211_ATTR_BSS_HT_OPMODE,
+
        /* add attributes here, update the policy in nl80211.c */
 
        __NL80211_ATTR_AFTER_LAST,