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
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
4aa0462122
commit
b757541bc8
@@ -6761,6 +6761,12 @@ typedef struct {
|
|||||||
A_UINT32 vdev_assoc_id;
|
A_UINT32 vdev_assoc_id;
|
||||||
/** bssid of the BSS the VDEV is joining */
|
/** bssid of the BSS the VDEV is joining */
|
||||||
wmi_mac_addr vdev_bssid;
|
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;
|
} wmi_vdev_up_cmd_fixed_param;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* 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
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user