qcacmn: Do not print periodic flow control stats
Do not print periodic flow control stats for lithium data path. Change-Id: Idc05417c23b4c5a3916a2a9fc433960e48d469fe CRs-Fixed: 2535644
This commit is contained in:

zatwierdzone przez
nshrivas

rodzic
318bcb8ec3
commit
c806725022
@@ -8218,7 +8218,8 @@ static QDF_STATUS dp_txrx_dump_stats(void *psoc, uint16_t value,
|
||||
break;
|
||||
|
||||
case CDP_DUMP_TX_FLOW_POOL_INFO:
|
||||
cdp_dump_flow_pool_info((struct cdp_soc_t *)soc);
|
||||
if (level == QDF_STATS_VERBOSITY_LEVEL_HIGH)
|
||||
cdp_dump_flow_pool_info((struct cdp_soc_t *)soc);
|
||||
break;
|
||||
|
||||
case CDP_DP_NAPI_STATS:
|
||||
|
Reference in New Issue
Block a user