diff options
| author | Rajeev Kumar <rajekuma@qca.qualcomm.com> | 2015-04-03 11:12:01 -0700 |
|---|---|---|
| committer | AnjaneeDevi Kapparapu <c_akappa@qti.qualcomm.com> | 2015-04-09 16:33:06 +0530 |
| commit | c76be3414f3bbba1fac5b2e0b35cfca97e1c0ab1 (patch) | |
| tree | 36966529171a9de36b02f47e24b2312d8cae2763 | |
| parent | 1ab43cffbc6b2c9d50f34e85fa86878ceab97931 (diff) | |
qcacld: CL 1268815 - update fw common interface files
Add one new parameter id in WMI_PDEV_SET_PARAM_CMDID to configure
the GPIO pin which used by WNTS. Also update the date in copyright
comment in dbglog.h and htt.h
Change-Id: I53fea914f50656253e08080f56be52458cc9ac79
CRs-Fixed: 817717
| -rw-r--r-- | CORE/CLD_TXRX/HTT/htt.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/dbglog.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/CORE/CLD_TXRX/HTT/htt.h b/CORE/CLD_TXRX/HTT/htt.h index b28d30d8788f..79ea8ac7de46 100644 --- a/CORE/CLD_TXRX/HTT/htt.h +++ b/CORE/CLD_TXRX/HTT/htt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2014 The Linux Foundation. All rights reserved. + * Copyright (c) 2011-2015 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * diff --git a/CORE/SERVICES/COMMON/dbglog.h b/CORE/SERVICES/COMMON/dbglog.h index 327bd3c86467..9874ac8998b2 100644 --- a/CORE/SERVICES/COMMON/dbglog.h +++ b/CORE/SERVICES/COMMON/dbglog.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 The Linux Foundation. All rights reserved. + * Copyright (c) 2012, 2015 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 675154afade4..e843030e4487 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -2558,6 +2558,8 @@ typedef enum { WMI_PDEV_PARAM_VDEV_RATE_STATS_UPDATE_PERIOD, /** Set CTS channel BW for dynamic BW adjustment feature */ WMI_PDEV_PARAM_CTS_CBW, + /** Set GPIO pin info used by WNTS */ + WMI_PDEV_PARAM_WNTS_CONFIG, } WMI_PDEV_PARAM; typedef enum { @@ -7878,6 +7880,9 @@ typedef struct { A_UINT32 led_enable; } wmi_pdev_set_led_config_cmd_fixed_param; +#define WMI_WNTS_CFG_GPIO_PIN_NUM_OFFSET 0 +#define WMI_WNTS_CFG_GPIO_PIN_NUM_MASK 0xff + /** WMI_PEER_INFO_REQ_CMDID * Request FW to provide peer info */ typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 137f534213ea..7c67b024cd6a 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 104 +#define __WMI_REVISION_ 105 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
