aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Markowski <bartosz.markowski@tieto.com>2014-03-28 08:35:16 -0400
committerKalle Valo <kvalo@qca.qualcomm.com>2014-03-28 10:53:48 -0400
commit34d714e0cf8d83aa0b7ead833c6ccd05f700115e (patch)
tree2896280c8b9d1833a89539e2b6c2fb79c4a9eaa8
parentdf5e85250a80d7f4f9ade0e1b2347d56728756b4 (diff)
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: Bartosz Markowski <bartosz.markowski@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
-rw-r--r--drivers/net/wireless/ath/ath10k/wmi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h
index e0421c271ad1..8b07cebdd6de 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@ -2710,6 +2710,9 @@ struct wal_dbg_tx_stats {
2710 /* wal pdev resets */ 2710 /* wal pdev resets */
2711 __le32 pdev_resets; 2711 __le32 pdev_resets;
2712 2712
2713 /* frames dropped due to non-availability of stateless TIDs */
2714 __le32 stateless_tid_alloc_failure;
2715
2713 __le32 phy_underrun; 2716 __le32 phy_underrun;
2714 2717
2715 /* MPDU is more than txop limit */ 2718 /* MPDU is more than txop limit */