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

Commit 2fe43ce6 authored by spuligil's avatar spuligil
Browse files

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

Add WMI_VDEV_START_RESPONSE_INVALID_BAND in WMI interface
<Describe here the change summary in detail>

Change-Id: Ib8025e0548f14351540b22763326fe03d832a349
CRs-Fixed: 2262693
parent f827f6bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10127,6 +10127,7 @@ typedef struct {
#define WMI_VDEV_START_RESPONSE_NOT_SUPPORTED  0x2  /** unsupported VDEV combination */
#define WMI_VDEV_START_RESPONSE_DFS_VIOLATION  0x3  /** DFS_VIOLATION since channel in the NOL is selected */
#define WMI_VDEV_START_RESPONSE_INVALID_REGDOMAIN 0x4 /** Invalid regulatory domain in VDEV start */
#define WMI_VDEV_START_RESPONSE_INVALID_BAND   0x5    /** Band unsupported by current hw mode in VDEV start */
/** Beacon processing related command and event structures */
typedef struct {
+1 −1
Original line number Diff line number Diff line
@@ -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_ 674
#define __WMI_REVISION_ 675

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