瀏覽代碼

qcacmn: Initial changes in UMAC for IPQ5332 target compilation

Added device ID and target type checks in UMAC for IPQ5332 target
compilation.

CRs-Fixed: 3273861
Change-Id: I25f9f8bd6c23b361e3b425744839dce945036bd4
Sajini R 2 年之前
父節點
當前提交
92163c7875
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      umac/cfr/dispatcher/inc/wlan_cfr_utils_api.h
  2. 1 0
      umac/cfr/dispatcher/src/wlan_cfr_tgt_api.c

+ 1 - 0
umac/cfr/dispatcher/inc/wlan_cfr_utils_api.h

@@ -120,6 +120,7 @@ enum cfrradiotype {
 	CFR_CAPTURE_RADIO_WAIKIKI,
 	CFR_CAPTURE_RADIO_KIWI,
 	CFR_CAPTURE_RADIO_MANGO,
+	CFR_CAPTURE_RADIO_MIAMI,
 	CFR_CAPTURE_RADIO_MAX = 0xFF,
 };
 

+ 1 - 0
umac/cfr/dispatcher/src/wlan_cfr_tgt_api.c

@@ -153,6 +153,7 @@ int tgt_cfr_validate_period(struct wlan_objmgr_psoc *psoc, u_int32_t period)
 	    target_type == TARGET_TYPE_QCA6018 ||
 	    target_type == TARGET_TYPE_QCA8074V2 ||
 	    target_type == TARGET_TYPE_QCA5018 ||
+	    target_type == TARGET_TYPE_QCA5332 ||
 	    target_type == TARGET_TYPE_QCN9224) {
 		/* No additional check required for these targets */
 		status = 1;