qcacmn: Add INI support for packet log buffer size
Add INI parameter "PacketLogBufSize" to populate packet log buffer size. Change-Id: Ic9b963a88a6f6d884d5fa3a63b4fed6768ba2fc4 CRs-Fixed: 2611409
This commit is contained in:

committed by
nshrivas

orang tua
61df09450e
melakukan
0265d7917a
@@ -179,6 +179,7 @@ struct wlan_srng_cfg {
|
||||
* @rx_flow_max_search: max skid length for each hash entry
|
||||
* @rx_toeplitz_hash_key: toeplitz key pointer used for hash computation over
|
||||
* 5 tuple flow entry
|
||||
* @pktlog_buffer_size: packet log buffer size
|
||||
*/
|
||||
struct wlan_cfg_dp_soc_ctxt {
|
||||
int num_int_ctxts;
|
||||
@@ -274,6 +275,7 @@ struct wlan_cfg_dp_soc_ctxt {
|
||||
uint16_t rx_flow_search_table_size;
|
||||
uint16_t rx_flow_max_search;
|
||||
uint8_t *rx_toeplitz_hash_key;
|
||||
uint8_t pktlog_buffer_size;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user