qcacld-3.0: Enable Monitor status buffer tracking history

Enable monitor status buffer tracking history.
Also enable the allocation of memory for the monitor
status buffer tracking history via prealloc.

Change-Id: Iafec8e68c85b3f2d9b0bf0523a19b7a32869e20a
CRs-Fixed: 3229689
This commit is contained in:
Rakesh Pillai
2022-06-24 08:45:10 -07:00
committed by Madan Koyyalamudi
szülő 8b1c2c39f5
commit b87648dd65
3 fájl változott, egészen pontosan 6 új sor hozzáadva és 0 régi sor törölve

Fájl megtekintése

@@ -338,6 +338,10 @@ static struct dp_prealloc_context g_dp_context_allocs[] = {
{DP_FISA_RX_FT_TYPE, sizeof(struct dp_fisa_rx_sw_ft) * FISA_RX_FT_SIZE,
false, true, NULL},
#endif
#ifdef WLAN_FEATURE_DP_MON_STATUS_RING_HISTORY
{DP_MON_STATUS_BUF_HIST_TYPE, sizeof(struct dp_mon_status_ring_history),
false, false, NULL},
#endif
};
static struct dp_consistent_prealloc g_dp_consistent_allocs[] = {