diff options
| author | Mushtaq A Mujale <mmujale@qca.qualcomm.com> | 2014-03-27 23:02:22 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-03-31 21:49:07 -0700 |
| commit | 1a63f3a867d03e16338a00031fbc027a4ce59bda (patch) | |
| tree | 4ab5aa2fef527ba27eaeab8c8a3f0a46017cda95 | |
| parent | 852eb800b9d96316457fde0c995ad84299ae7385 (diff) | |
qcacld: CL 891478 - update fw common interface files
enable/disable 5g ebt feature in wmi header file
Change-Id: Iea27e06759de5354e4beddaec0d5e6feecaa0de8
CRs-Fixed: 640197
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 8983fd0a4e3f..7eec4e4f9272 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -4832,7 +4832,8 @@ typedef enum { PKT_PWR_SAVE_DELIM_CRC_FAIL = 0x0040, PKT_PWR_SAVE_GID_NSTS_ZERO = 0x0080, PKT_PWR_SAVE_RSSI_CHECK = 0x0100, - WMI_PKT_PWR_SAVE_MAX = 0x0200, + PKT_PWR_SAVE_5G_EBT = 0x0200, + WMI_PKT_PWR_SAVE_MAX = 0x0400, } WMI_PKT_PWR_SAVE_TYPE; typedef struct { |
