Эх сурвалжийг харах

qca-wifi: Add support for CFR capture on unassociated clients

As part of FR 56301, add support to capture CFR data for
unassociated clients on its Probe response's ACK

Change-Id: I14a4eead4ceeb3eb21d8f2bdf76007f873db1f4e
CRs-Fixed: 2501938
Abhiram Jogadenu 6 жил өмнө
parent
commit
b613622d32

+ 0 - 1
cfr/inc/target_if_cfr_8074v2.h

@@ -21,7 +21,6 @@
 
 #define STREAMFS_MAX_SUBBUF_8S 8500
 #define STREAMFS_NUM_SUBBUF_8S 255
-#define MAX_PEERS_HKV2 10
 #define PEER_CFR_CAPTURE_EVT_STATUS_MASK 0x80000000
 #define CFR_TX_EVT_STATUS_MASK           0x00000003
 

+ 1 - 1
cfr/src/target_if_cfr_8074v2.c

@@ -625,7 +625,7 @@ int cfr_8074v2_init_pdev(struct wlan_objmgr_psoc *psoc,
 		return -EINVAL;
 	}
 
-	pdev_cfrobj->cfr_max_sta_count = MAX_PEERS_HKV2;
+	pdev_cfrobj->cfr_max_sta_count = MAX_CFR_ENABLED_CLIENTS;
 	pdev_cfrobj->subbuf_size = STREAMFS_MAX_SUBBUF_8S;
 	pdev_cfrobj->num_subbufs = STREAMFS_NUM_SUBBUF_8S;