Merge "qcacmn: Move mon mac filter func to mon ops structure"
此提交包含在:

提交者
Gerrit - the friendly Code Review server

當前提交
93bac8788e
@@ -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:
|
||||
|
新增問題並參考
封鎖使用者