summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-09-27 20:05:49 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-09-27 20:05:49 -0700
commitb33f617917535d1fcbf53a9b8a6c821ffbcae7a9 (patch)
treece7c53f04ed9c2da6cdb3c8c2e5f05086bd0ae86 /include
parentf468a5a27d8440ab0999e5afbcf473c678e67409 (diff)
parentf396bc35785cbdf0295c892c4d1833d322db5516 (diff)
Merge "msm: Add CLD80211_ATTR_META_DATA vendor attribute"
Diffstat (limited to 'include')
-rw-r--r--include/net/cnss_nl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/cnss_nl.h b/include/net/cnss_nl.h
index 86c2fccc930e..b8a7cfdb7966 100644
--- a/include/net/cnss_nl.h
+++ b/include/net/cnss_nl.h
@@ -23,12 +23,16 @@
* @CLD80211_ATTR_VENDOR_DATA: Embed all other attributes in this nested
* attribute.
* @CLD80211_ATTR_DATA: Embed complete data in this attribute
+ * @CLD80211_ATTR_META_DATA: Embed meta data for above data. This will help
+ * wlan driver to peek into request message packet without opening up definition
+ * of complete request message.
*
* Any new message in future can be added as another attribute
*/
enum cld80211_attr {
CLD80211_ATTR_VENDOR_DATA = 1,
CLD80211_ATTR_DATA,
+ CLD80211_ATTR_META_DATA,
/* add new attributes above here */
__CLD80211_ATTR_AFTER_LAST,