瀏覽代碼

qcacmn: Support MAC filtering for York platform

Add change to support MAC based filtering for York platform.

Change-Id: I4815c53f3d4babd11f3ebae95175d0ba0871aafe
CRs-Fixed: 3442299
Santosh Anbu 2 年之前
父節點
當前提交
a9419151d6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      dp/wifi3.0/monitor/dp_mon.c

+ 2 - 1
dp/wifi3.0/monitor/dp_mon.c

@@ -6233,7 +6233,8 @@ void dp_mon_cdp_ops_register(struct dp_soc *soc)
 #if defined(WLAN_CFR_ENABLE) && defined(WLAN_ENH_CFR_ENABLE)
 		dp_cfr_filter_register_1_0(ops);
 #endif
-		if (target_type == TARGET_TYPE_QCN9000)
+		if (target_type == TARGET_TYPE_QCN9000 ||
+		    target_type == TARGET_TYPE_QCN9160)
 			ops->ctrl_ops->txrx_update_mon_mac_filter =
 					dp_update_mon_mac_filter;
 		break;