mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
538fa8aab1
commit
5df0f499d0
@ -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 {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user