Merge "qcacmn: Move mon mac filter func to mon ops structure"

此提交包含在:
Linux Build Service Account
2023-04-21 12:47:52 -07:00
提交者 Gerrit - the friendly Code Review server
當前提交 93bac8788e
共有 4 個檔案被更改,包括 10 行新增7 行删除

查看文件

@@ -1694,6 +1694,7 @@ struct cdp_mon_ops dp_ops_mon_2_0 = {
.txrx_update_pdev_mon_telemetry_airtime_stats =
dp_pdev_update_telemetry_airtime_stats,
#endif
.txrx_update_mon_mac_filter = NULL,
};
#ifdef QCA_MONITOR_OPS_PER_SOC_SUPPORT

查看文件

@@ -6256,7 +6256,7 @@ void dp_mon_cdp_ops_register(struct dp_soc *soc)
#endif
if (target_type == TARGET_TYPE_QCN9000 ||
target_type == TARGET_TYPE_QCN9160)
ops->ctrl_ops->txrx_update_mon_mac_filter =
ops->mon_ops->txrx_update_mon_mac_filter =
dp_update_mon_mac_filter;
break;
case TARGET_TYPE_QCN9224: