qcacmn: Clean up CMN_VDEV_MGR_TGT_IF_ENABLE
WIN and MCL both uses common targer_if code for vdev manager. So legacy code and "CMN_VDEV_MGR_TGT_IF_ENABLE" macro is removed. Change-Id: I2984ae44f3a7cfa01b8f1455353d09deb4db5759 CRs-Fixed: 2503804
Šī revīzija ir iekļauta:

revīziju iesūtīja
nshrivas

vecāks
151c4bb3d6
revīzija
c76db37021
@@ -78,10 +78,7 @@
|
||||
#ifdef CRYPTO_SET_KEY_CONVERGED
|
||||
#include <target_if_crypto.h>
|
||||
#endif
|
||||
|
||||
#ifdef CMN_VDEV_MGR_TGT_IF_ENABLE
|
||||
#include <target_if_vdev_mgr_tx_ops.h>
|
||||
#endif
|
||||
|
||||
static struct target_if_ctx *g_target_if_ctx;
|
||||
|
||||
@@ -381,19 +378,11 @@ target_if_cp_stats_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops)
|
||||
return target_if_cp_stats_register_tx_ops(tx_ops);
|
||||
}
|
||||
|
||||
#ifdef CMN_VDEV_MGR_TGT_IF_ENABLE
|
||||
static QDF_STATUS
|
||||
target_if_vdev_mgr_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops)
|
||||
{
|
||||
return target_if_vdev_mgr_register_tx_ops(tx_ops);
|
||||
}
|
||||
#else
|
||||
static QDF_STATUS
|
||||
target_if_vdev_mgr_tx_ops_register(struct wlan_lmac_if_tx_ops *tx_ops)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef QCA_WIFI_FTM
|
||||
static
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user