提交 34d714e0 编写于 作者: B Bartosz Markowski 提交者: Kalle Valo

ath10k: update wal_dbg_tx_stats structure with missing parameter.

The filed has been missing (missmatched with FW ABI)
since 999.999.0.629 firmware release.

It's very imporatant to keep these structs up to date with FW,
due to the arithmetic we use while read the fw_stats.
Signed-off-by: NBartosz Markowski <bartosz.markowski@tieto.com>
Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
上级 df5e8525
...@@ -2710,6 +2710,9 @@ struct wal_dbg_tx_stats { ...@@ -2710,6 +2710,9 @@ struct wal_dbg_tx_stats {
/* wal pdev resets */ /* wal pdev resets */
__le32 pdev_resets; __le32 pdev_resets;
/* frames dropped due to non-availability of stateless TIDs */
__le32 stateless_tid_alloc_failure;
__le32 phy_underrun; __le32 phy_underrun;
/* MPDU is more than txop limit */ /* MPDU is more than txop limit */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册