diff mbox

[RFC,v2,5/6] nl80211: add new nl80211 attributes

Message ID 1391187424-5653-6-git-send-email-bartosz.markowski@tieto.com
State Not Applicable
Headers show

Commit Message

Bartosz.Markowski@tieto.com Jan. 31, 2014, 4:57 p.m. UTC
From: Michal Kazior <michal.kazior@tieto.com>

This commit is only for testing convienence.
hostap maintaner takes care of updating
nl80211_copy.h.

Signed-hostap: Michal Kazior <michal.kazior@tieto.com>
---
 src/drivers/nl80211_copy.h |    7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/src/drivers/nl80211_copy.h b/src/drivers/nl80211_copy.h
index 91054fd..cab5824 100644
--- a/src/drivers/nl80211_copy.h
+++ b/src/drivers/nl80211_copy.h
@@ -1883,6 +1883,13 @@  enum nl80211_attrs {
 
 	NL80211_ATTR_QOS_MAP,
 
+	NL80211_ATTR_MAC_HINT,
+	NL80211_ATTR_WIPHY_FREQ_HINT,
+
+	NL80211_ATTR_MAX_AP_ASSOC_STA,
+
+	NL80211_ATTR_CH_SWITCH_IFACES,
+
 	/* add attributes here, update the policy in nl80211.c */
 
 	__NL80211_ATTR_AFTER_LAST,