aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nl80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nl80211.h')
-rw-r--r--include/linux/nl80211.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h
index 50afca3dcff1..203adef972cf 100644
--- a/include/linux/nl80211.h
+++ b/include/linux/nl80211.h
@@ -584,6 +584,8 @@ enum nl80211_commands {
584 * changed then the list changed and the dump should be repeated 584 * changed then the list changed and the dump should be repeated
585 * completely from scratch. 585 * completely from scratch.
586 * 586 *
587 * @NL80211_ATTR_4ADDR: Use 4-address frames on a virtual interface
588 *
587 * @NL80211_ATTR_MAX: highest attribute number currently defined 589 * @NL80211_ATTR_MAX: highest attribute number currently defined
588 * @__NL80211_ATTR_AFTER_LAST: internal use 590 * @__NL80211_ATTR_AFTER_LAST: internal use
589 */ 591 */
@@ -714,6 +716,8 @@ enum nl80211_attrs {
714 716
715 NL80211_ATTR_PID, 717 NL80211_ATTR_PID,
716 718
719 NL80211_ATTR_4ADDR,
720
717 /* add attributes here, update the policy in nl80211.c */ 721 /* add attributes here, update the policy in nl80211.c */
718 722
719 __NL80211_ATTR_AFTER_LAST, 723 __NL80211_ATTR_AFTER_LAST,