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

Change-Id: Ida7bdcc2c23e07bef5814a98e26c20fd167b829c
WMI: add bitmap showing band support to PDEV_FEATURESET_CMD msg
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-09-12 18:01:00 -07:00
parent 84d129012b
commit af36010a2e
2 changed files with 14 additions and 1 deletions

View File

@@ -4872,6 +4872,7 @@ typedef enum {
} WMI_WIFI_STANDARD;
typedef enum {
WMI_HOST_NONE = 0, /* No concurrency mode supported */
WMI_HOST_DBS = 1, /* When 2.4G + 5G & 2.4G + 6G if 6G is supported */
WMI_HOST_DBS_SBS = 2, /* When 2.4G + 5G, 2.4G + 6G, 5G + 6G & 5G + 5G is supported */
} WMI_BAND_CONCURRENCY;
@@ -4893,6 +4894,12 @@ typedef enum {
WMI_VENDOR1_REQ2_VERSION_3_20 = 2,
} WMI_VENDOR1_REQ2_VERSION;
typedef enum {
WMI_HOST_BAND_CAP_2GHZ = 0x01,
WMI_HOST_BAND_CAP_5GHZ = 0x02,
WMI_HOST_BAND_CAP_6GHZ = 0x04,
} WMI_HOST_BAND_CAP;
/* HW features supported info */
/* enum WMI_WIFI_STANDARD are possible values for WiFi standard bitfield */
#define WMI_GET_WIFI_STANDARD(var, feature_bitmap) \
@@ -5156,6 +5163,12 @@ typedef enum {
#define WMI_SET_NUM_ANTENNAS(feature_bitmap, val) \
WMI_SET_BITS_ARRAY_LEN32_BYTES(feature_bitmap, 102, 4, val)
/* enum WMI_HOST_BAND_CAP are possible values for below bitfield */
#define WMI_GET_HOST_BAND_CAP(var, feature_bitmap) \
WMI_GET_BITS_ARRAY_LEN32_BYTES(var, feature_bitmap, 106, 6)
#define WMI_SET_HOST_BAND_CAP(feature_bitmap, val) \
WMI_SET_BITS_ARRAY_LEN32_BYTES(feature_bitmap, 106, 6, val)
/*
* Specify how many A_UINT32 words are needed to hold the feature bitmap flags.
* This value may change over time.

View File

@@ -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_ 1212
#define __WMI_REVISION_ 1213
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work