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
Bu işleme şunda yer alıyor:
Sajini R
2022-08-22 18:20:48 +05:30
işlemeyi yapan: Madan Koyyalamudi
ebeveyn 7c7742990b
işleme 92163c7875
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme

Dosyayı Görüntüle

@@ -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,
};

Dosyayı Görüntüle

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