Browse Source

wlan_platform: Add CLD80211_ATTR_IFINDEX to send interface index

Add CLD80211_ATTR_IFINDEX attribute to send interface index
in order to overcome duplicate logs for STA+STA case

Change-Id: Iba2a5d59b2e3a444844510afa2f17140244507d7
CRs-Fixed: 3340768
Vijay Raj 2 years ago
parent
commit
722aaf5581
1 changed files with 2 additions and 0 deletions
  1. 2 0
      inc/cnss_nl.h

+ 2 - 0
inc/cnss_nl.h

@@ -23,6 +23,7 @@
  * @CLD80211_ATTR_CMD_TAG_DATA: cld80211 vendor subcommand data is present in
  * this attribute. It is a nested attribute with sub attributes of specified
  * vendor sub command.
+ * @CLD80211_ATTR_IFINDEX: Embed Intrerface indx in this attribute
  *
  * Any new message in future can be added as another attribute
  */
@@ -32,6 +33,7 @@ enum cld80211_attr {
 	CLD80211_ATTR_META_DATA,
 	CLD80211_ATTR_CMD,
 	CLD80211_ATTR_CMD_TAG_DATA,
+	CLD80211_ATTR_IFINDEX,
 	/* add new attributes above here */
 
 	__CLD80211_ATTR_AFTER_LAST,