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

This commit is contained in:
Linux Build Service Account
2023-04-21 12:47:52 -07:00
کامیت شده توسط Gerrit - the friendly Code Review server
کامیت 93bac8788e
4فایلهای تغییر یافته به همراه10 افزوده شده و 7 حذف شده

مشاهده پرونده

@@ -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: