qcacmn: DP change to get buffer size from INI file

DP layer change to read the packet log buffer size
from INI file.

Change-Id: If307ad5abfd0360c3f39247ccc62abd32095303f
CRs-Fixed: 2611406
This commit is contained in:
Alok Kumar
2020-01-24 16:57:24 +05:30
committed by nshrivas
parent 0265d7917a
commit fef1078ed0
3 changed files with 5 additions and 0 deletions

View File

@@ -316,6 +316,7 @@ struct txrx_pdev_cfg_param_t {
uint16_t bundle_timer_value;
uint16_t bundle_size;
#endif
uint8_t pktlog_buffer_size;
};
#ifdef IPA_OFFLOAD