fw-api: CL 27338232 - update fw common interface files
Change-Id: I1545378f2d3814c82c9cdc975fca319d22357b05 CRs-Fixed: 3830439
This commit is contained in:
parent
ece2d2a7a0
commit
8442e417e5
@ -47685,6 +47685,7 @@ typedef struct {
|
||||
#define WMI_PDEV_SET_CUSTOM_TX_PWR_MAX_CHAIN_NUM 4
|
||||
|
||||
#define WMI_PDEV_SET_CUSTOM_TX_PWR_MAX_2G_RATE_NUM 18
|
||||
#define WMI_PDEV_SET_CUSTOM_TX_PWR_MAX_2G_RATE_NUM_EXT 8
|
||||
|
||||
#define WMI_PDEV_SET_CUSTOM_TX_PWR_MAX_5G_6G_RATE_NUM 24
|
||||
|
||||
@ -47698,14 +47699,14 @@ typedef struct {
|
||||
*/
|
||||
|
||||
/* currently 2GHz band has 2 chains (though space is allocated for up
|
||||
* to 4 chains) and each chain has 18 rates.
|
||||
* to 4 chains) and each chain has 18 rates and 8 extended rates.
|
||||
* bitmap_of_2GHz_band[0] -> chain 0 bitmap:
|
||||
* |bit 0|bit 1|......|bit 17|
|
||||
* |rate 0|rate 1|......|rate 17|
|
||||
* |bit 0|bit 1|......|bit 17| bit 18 |......| bit 25 |
|
||||
* |rate 0|rate 1|......|rate 17|ext rate 0|......|ext rate 7|
|
||||
*
|
||||
* bitmap_of_2GHz_band[1] -> chain 1 bitmap:
|
||||
* |bit 0|bit 1|......|bit 17|
|
||||
* |rate 0|rate 1|......|rate 17|
|
||||
* |bit 0|bit 1|......|bit 17| bit 18 |......| bit 25 |
|
||||
* |rate 0|rate 1|......|rate 17|ext rate 0|......|ext rate 7|
|
||||
*
|
||||
* bitmap_of_2GHz_band[2] -> reserved
|
||||
* bitmap_of_2GHz_band[3] -> reserved
|
||||
|
@ -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_ 1510
|
||||
#define __WMI_REVISION_ 1511
|
||||
|
||||
/** The Version Namespace should not be normally changed. Only
|
||||
* host and firmware of the same WMI namespace will work
|
||||
|
Loading…
Reference in New Issue
Block a user