[PATCH 2/2] ucc_geth_ethtool: Add a missing HW stats counter

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Li Yang
Date: Friday, May 23, 2008 - 3:11 am

Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
Signed-off-by: Li Yang <leoli@freescale.com>
---
 drivers/net/ucc_geth_ethtool.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c
index b84ffd8..f5839c4 100644
--- a/drivers/net/ucc_geth_ethtool.c
+++ b/drivers/net/ucc_geth_ethtool.c
@@ -73,6 +73,7 @@ static char tx_fw_stat_gstrings[][ETH_GSTRING_LEN] = {
 	"tx-frames-ok",
 	"tx-excessive-differ-frames",
 	"tx-256-511-frames",
+	"tx-512-1023-frames",
 	"tx-1024-1518-frames",
 	"tx-jumbo-frames",
 };
-- 
1.5.5.1.248.g4b17

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] ucc_geth fixes for 2.6.26, Li Yang, (Fri May 23, 3:11 am)
[PATCH 1/2] ucc_geth_ethtool: Fix typo, Li Yang, (Fri May 23, 3:11 am)
[PATCH 2/2] ucc_geth_ethtool: Add a missing HW stats counter, Li Yang, (Fri May 23, 3:11 am)
Re: [PATCH 1/2] ucc_geth_ethtool: Fix typo, Jeff Garzik, (Fri May 30, 7:12 pm)