qcacmn: Add support to config gpio cfg/output

Add support to config gpio cfg/output

CRs-Fixed: 2785829
Change-Id: Ibb26a36791de584ee6a90d539e17d326545633fa
This commit is contained in:
Surya Prakash Raajen
2020-09-25 21:34:53 +05:30
committed by snandini
parent eb134979c1
commit 8e8ac2c5d1
3 changed files with 110 additions and 14 deletions

View File

@@ -48,19 +48,5 @@ QDF_STATUS ucfg_set_gpio_config(struct wlan_objmgr_psoc *psoc,
*/
QDF_STATUS ucfg_set_gpio_output(struct wlan_objmgr_psoc *psoc,
struct gpio_output_params *param);
#else
static inline
QDF_STATUS ucfg_set_gpio_config(struct wlan_objmgr_psoc *psoc,
struct gpio_config_params *param)
{
return QDF_STATUS_SUCCESS;
}
static inline
QDF_STATUS ucfg_set_gpio_output(struct wlan_objmgr_psoc *psoc,
struct gpio_output_params *param)
{
return QDF_STATUS_SUCCESS;
}
#endif /* WLAN_FEATURE_GPIO_CFG */
#endif /* __WLAN_GPIO_CFG_UCFG_API_H__ */