Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ec3d1cb authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I45a6a4df731f98ccf108f35096887965d8a5987a
CRs-Fixed: 3830439
parent d3c314f2
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -19674,6 +19674,9 @@ typedef struct {
#define WMI_VDEV_START_RESPONSE_INVALID_BAND                    0x5 /** Band unsupported by current hw mode in VDEV start */
#define WMI_VDEV_START_RESPONSE_INVALID_PREFERRED_TX_RX_STREAMS 0x6 /** Invalid preferred tx/rx streams */
#define WMI_VDEV_START_RESPONSE_INVALID_TX_VAP_CONFIG           0x7 /** Invalid tx_vap config in VDEV start */
#define WMI_VDEV_START_RESPONSE_BSS_PEER_NOT_FOUND              0x8 /** bss_peer is null/not found */
#define WMI_VDEV_START_RESPONSE_INCORRECT_CHANNEL_PARAMS        0x9 /** home channel params are incorrect */
#define WMI_VDEV_START_RESPONSE_GENERIC_VDEV_START_FAILURE      0xa /** generic reason code for vdev start request reject */
/** Beacon processing related command and event structures */
typedef struct {
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,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_ 1550
#define __WMI_REVISION_ 1551

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work