|
@@ -233,7 +233,6 @@ struct tgt_info {
|
|
|
* @mesh_support_enable: Mesh support enable
|
|
|
* @smart_antenna_enable: Smart antenna enable
|
|
|
* @atf_config_enable: ATF config enable
|
|
|
- * @qwrap_config_enable: QWRAP config enable
|
|
|
* @btcoex_config_enable: BTCOEX config enable
|
|
|
* @lteu_ext_support_enable: LTE-U Ext config enable
|
|
|
* @set_init_cmd_dev_based_params: Sets Init command params
|
|
@@ -266,9 +265,6 @@ struct target_ops {
|
|
|
void (*atf_config_enable)
|
|
|
(struct wlan_objmgr_psoc *psoc,
|
|
|
struct target_psoc_info *tgt_info, uint8_t *event);
|
|
|
- void (*qwrap_config_enable)
|
|
|
- (struct wlan_objmgr_psoc *psoc,
|
|
|
- struct target_psoc_info *tgt_info, uint8_t *event);
|
|
|
void (*btcoex_config_enable)
|
|
|
(struct wlan_objmgr_psoc *psoc,
|
|
|
struct target_psoc_info *tgt_info, uint8_t *event);
|
|
@@ -2030,24 +2026,6 @@ static inline void target_if_atf_cfg_enable(struct wlan_objmgr_psoc *psoc,
|
|
|
tgt_hdl->tif_ops->atf_config_enable(psoc, tgt_hdl, evt_buf);
|
|
|
}
|
|
|
|
|
|
-/**
|
|
|
- * target_if_qwrap_cfg_enable - Enable QWRAP config
|
|
|
- * @psoc: psoc object
|
|
|
- * @tgt_hdl: target_psoc_info pointer
|
|
|
- * @evt_buf: Event buffer received from FW
|
|
|
- *
|
|
|
- * API to enable QWRAP config
|
|
|
- *
|
|
|
- * Return: none
|
|
|
- */
|
|
|
-static inline void target_if_qwrap_cfg_enable(struct wlan_objmgr_psoc *psoc,
|
|
|
- struct target_psoc_info *tgt_hdl, uint8_t *evt_buf)
|
|
|
-{
|
|
|
- if ((tgt_hdl->tif_ops) &&
|
|
|
- (tgt_hdl->tif_ops->qwrap_config_enable))
|
|
|
- tgt_hdl->tif_ops->qwrap_config_enable(psoc, tgt_hdl, evt_buf);
|
|
|
-}
|
|
|
-
|
|
|
/**
|
|
|
* target_if_btcoex_cfg_enable - Enable BT coex config
|
|
|
* @psoc: psoc object
|