diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2017-06-16 15:10:15 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-16 15:10:15 -0700 |
| commit | 1db7cd792bebd459b6f3ddc7f4596ed8fa7d723d (patch) | |
| tree | 6043097bc2e7fa26b69a188067920cc507540280 | |
| parent | cb7456b6f905d540fec046d3874b99d146b137c7 (diff) | |
| parent | 204a81e738e066c297162abb7375a811cd9cb08c (diff) | |
Merge "fw-api: CL 3169015 - update fw common interface files" into wlan-api.lnx.1.1-dev
| -rwxr-xr-x | fw/wmi_unified.h | 5 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 832df65335e3..bfc919736fe9 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -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 { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 9748366dc1ed..b45b715852e4 100755 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -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 |
