diff options
| author | tinlin <tinlin@codeaurora.org> | 2018-08-10 15:37:18 +0800 |
|---|---|---|
| committer | tinlin <tinlin@codeaurora.org> | 2018-08-10 15:41:22 +0800 |
| commit | c7207ab54c3b3ef72f6f6eaba4ce7cfd0b74db0a (patch) | |
| tree | b94114262d0df414c39fc15d68b1316f20c7fa97 | |
| parent | f3a67ef420b456b67cb7065acedcb173f9edf537 (diff) | |
qcacld-2.0: Fix out of order issue in wmi_unified.h
Fix missmatch in enum definition.
Change-Id: Ieac9cd6826a204c0eb0d1f4e3930931e45f2ffca
CRs-Fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 8e80f1591c4d..f7f313ef8e12 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -8120,23 +8120,6 @@ typedef enum { /* pause adjust enable/disable */ WMI_VDEV_PARAM_EARLY_RX_ADJUST_PAUSE, /* 0x37 */ - /** Parameter to configure BA mode. - * Valid values: 0- Auto mode, - * 1- Manual mode(addba req not sent). - * 2- buffer size 64 - * 3- buffer size 256 - */ - WMI_VDEV_PARAM_BA_MODE, /* 0x7e */ - - /** - * VDEV parameter to force to set modulate DTIM count as listen interval, - * no matter whether WoW is enabled - * Default: Disabled. - * Valid values: 0- Disabled, - * 1- Enabled. - */ - WMI_VDEV_PARAM_FORCED_MODDTIM_ENABLE, /* 0x7f */ - /* Set channel pwr limit value of the vdev the minimal value of all * vdevs operating on this channel will be set as channel tx power * limit, which is used to configure ratearray @@ -8457,6 +8440,23 @@ typedef enum { */ WMI_VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE, /* 0x7d */ + /** Parameter to configure BA mode. + * Valid values: 0- Auto mode, + * 1- Manual mode(addba req not sent). + * 2- buffer size 64 + * 3- buffer size 256 + */ + WMI_VDEV_PARAM_BA_MODE, /* 0x7e */ + + /** + * VDEV parameter to force to set modulate DTIM count as listen interval, + * no matter whether WoW is enabled + * Default: Disabled. + * Valid values: 0- Disabled, + * 1- Enabled. + */ + WMI_VDEV_PARAM_FORCED_MODDTIM_ENABLE, /* 0x7f */ + /** specify the setting that are valid for auto rate transmissions. * bits 7:0 (LTF): When bitmask is set, then corresponding LTF value is * used for auto rate. |
