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

add WMI_PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE def

Change-Id: Ie3a519da3f3ecffa57b2ffda42efbe07df6b8b9c
CRs-Fixed: 1107600
This commit is contained in:
snandini 2017-06-15 17:24:22 -07:00
parent 538fa8aab1
commit 5df0f499d0
2 changed files with 6 additions and 1 deletions

View File

@ -4328,6 +4328,11 @@ typedef enum {
* bit 16~31 : 11ag mode TX chain number.
*/
WMI_PDEV_PARAM_ABG_MODE_TX_CHAIN_NUM,
/** Enable/Disable cck txfir override
* bit 0 - enable (1) or disale (0) CCK tx FIR
* bits 31:1 - unused / reserved (set to 0)
*/
WMI_PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE,
} WMI_PDEV_PARAM;
typedef struct {

View File

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