ath10k: update wal_dbg_tx_stats structure with missing parameter.
authorBartosz Markowski <bartosz.markowski@tieto.com>
Fri, 28 Mar 2014 12:35:16 +0000 (14:35 +0200)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 28 Mar 2014 14:53:48 +0000 (16:53 +0200)
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>
drivers/net/wireless/ath/ath10k/wmi.h

index e0421c271ad19e24d198172f881d3dcd1c5b9e5a..8b07cebdd6de84a71c4e7093f646c0032817a688 100644 (file)
@@ -2710,6 +2710,9 @@ struct wal_dbg_tx_stats {
        /* wal pdev resets  */
        __le32 pdev_resets;
 
+       /* frames dropped due to non-availability of stateless TIDs */
+       __le32 stateless_tid_alloc_failure;
+
        __le32 phy_underrun;
 
        /* MPDU is more than txop limit */