qcacmn: Enable update of per-peer statistics in MSDU Tx completions
Update of per-peer statistics was disabled from per-MSDU indications as they are now updated from per-PPDU indications. However, the data from per-PPDU indications is incorrect for some fields. Re-enable update of statistics for per-MSDU completions till this issue is fixed in FW Change-Id: I2983ef9244a6f95104ba49ab6d1c6543a951d0b2 CRs-Fixed: 2128230
这个提交包含在:
@@ -169,8 +169,8 @@ enum cdp_host_txrx_stats {
|
||||
* @CDP_PPDU_FTYPE_CTRL: Control/Management Frames
|
||||
*/
|
||||
enum cdp_ppdu_ftype {
|
||||
CDP_PPDU_FTYPE_DATA,
|
||||
CDP_PPDU_FTYPE_CTRL,
|
||||
CDP_PPDU_FTYPE_DATA,
|
||||
CDP_PPDU_FTYPE_MAX
|
||||
};
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户