qcacld-3.0: Correctly test for FEATURE_WLAN_RA_FILTERING

During the conversion to the Bazel DDK build system the qcacld-3.0
driver was built without the FEATURE_WLAN_RA_FILTERING flag being
set. This resulted in two separate build errors due to incorrectly
testing using #if instead of #ifdef, so fix those tests.

Change-Id: I9265475c1d33918e8fac7fc138e0bfdc301e5eef
CRs-Fixed: 3497220
Цей коміт міститься в:
Jeff Johnson
2023-05-14 18:41:51 -07:00
зафіксовано Rahul Choudhary
джерело eb659bec24
коміт 86c94d1b8f
2 змінених файлів з 2 додано та 2 видалено

Переглянути файл

@@ -419,7 +419,7 @@ struct pmo_psoc_cfg {
bool ap_arpns_support;
bool d0_wow_supported;
bool ra_ratelimit_enable;
#if FEATURE_WLAN_RA_FILTERING
#ifdef FEATURE_WLAN_RA_FILTERING
uint16_t ra_ratelimit_interval;
#endif
bool magic_ptrn_enable;