qcacmn: Accumulate tx and rx airtime consumption stats separately
Accumulate tx and rx airtime consumption stats separately. Change-Id: I1196ec83d94f73ee35a77a935d5820783e239154 CRs-Fixed: 3388165
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c50244f2b8
commit
87cf6b8b07
@@ -840,7 +840,7 @@ dp_ppdu_desc_user_rx_time_update(struct dp_pdev *pdev,
|
||||
return;
|
||||
|
||||
ac = TID_TO_WME_AC(user->tid);
|
||||
DP_STATS_INC(mon_peer, airtime_consumption[ac].consumption,
|
||||
DP_STATS_INC(mon_peer, airtime_stats.rx_airtime_consumption[ac].consumption,
|
||||
user->rx_time_us);
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user