fw-api: CL 9847130 - update fw common interface files
Change-Id: Id418cf544a1b776418992b6e6d34eae8fe6a4467 WMI: add status flag to PEER_ASSOC_CONF_EVENT msg CRs-Fixed: 2262693
This commit is contained in:
@@ -19451,6 +19451,11 @@ typedef struct {
|
|||||||
A_UINT32 vdev_id;
|
A_UINT32 vdev_id;
|
||||||
/* peer MAC address */
|
/* peer MAC address */
|
||||||
wmi_mac_addr peer_macaddr;
|
wmi_mac_addr peer_macaddr;
|
||||||
|
/* status
|
||||||
|
* 0: ok
|
||||||
|
* 1: fail - peer not present
|
||||||
|
*/
|
||||||
|
A_UINT32 status;
|
||||||
} wmi_peer_assoc_conf_event_fixed_param;
|
} wmi_peer_assoc_conf_event_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_ 791
|
#define __WMI_REVISION_ 792
|
||||||
|
|
||||||
/** 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