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
这个提交包含在:
Pamidipati, Vijay
2017-10-17 20:12:03 +05:30
提交者 snandini
父节点 9b3889d6c4
当前提交 bd9c13f2e8
修改 3 个文件,包含 8 行新增2 行删除

查看文件

@@ -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
};