Browse Source

fw-api: CL 3049858 - update fw common interface files

add fields to WMI VDEV_UP CMD msg for mbssid support

Change-Id: If0342997f7ad8f9bef6888c4eca6f75a2c7e4821
CRs-Fixed: 1107600
Sandeep Puligilla 8 years ago
parent
commit
b757541bc8
2 changed files with 7 additions and 1 deletions
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -6761,6 +6761,12 @@ typedef struct {
     A_UINT32 vdev_assoc_id;
     /** bssid of the BSS the VDEV is joining  */
     wmi_mac_addr vdev_bssid;
+    /** bssid of transmitted AP (mbssid case) */
+    wmi_mac_addr trans_bssid;
+    /** the profile index of the connected non-trans ap (mbssid case). 0 means invalid */
+    A_UINT32 profile_idx;
+    /** the total profile numbers of non-trans aps (mbssid case). 0 means legacy AP */
+    A_UINT32 profile_num;
 } wmi_vdev_up_cmd_fixed_param;
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 384
+#define __WMI_REVISION_ 385
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work