diff mbox

ath10k: update wal_dbg_tx_stats structure with missing parameter

Message ID 1395648122-2125-1-git-send-email-yeohchunyeow@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Chun-Yeow Yeoh March 24, 2014, 8:02 a.m. UTC
This patch is introduced by Bartosz Markowski but never upstream.
By using this patch, 636 firmware is able to print out the peer
stats correctly and have caused no regression to the latest AP
firmware as well.

The original patch from Bartosz Markowski can be found at:
http://lists.infradead.org/pipermail/ath10k/2013-September/000318.html

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>
---
 drivers/net/wireless/ath/ath10k/wmi.h |    3 +++
 1 file changed, 3 insertions(+)

Comments

Kalle Valo March 28, 2014, 12:17 p.m. UTC | #1
Chun-Yeow Yeoh <yeohchunyeow@gmail.com> writes:

> This patch is introduced by Bartosz Markowski but never upstream.
> By using this patch, 636 firmware is able to print out the peer
> stats correctly and have caused no regression to the latest AP
> firmware as well.
>
> The original patch from Bartosz Markowski can be found at:
> http://lists.infradead.org/pipermail/ath10k/2013-September/000318.html
>
> Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@gmail.com>

I'm going to apply the original patch instead and I'll drop this.
Chun-Yeow Yeoh March 28, 2014, 2:17 p.m. UTC | #2
> I'm going to apply the original patch instead and I'll drop this.
>
Sure.

----
Chun-Yeow
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h
index 2b2f0b7..d1275a3 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@ -2685,6 +2685,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 */