Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2008 06:45:55 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 151546 for review
Message-ID:  <200810190645.m9J6jtb1039669@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151546

Change 151546 by sam@sam_ebb on 2008/10/19 06:45:36

	narrow columns for various phy errors; the new headers are
	not so great, will accept better names

Affected files ...

.. //depot/projects/vap/tools/tools/ath/athstats/athstats.c#6 edit

Differences ...

==== //depot/projects/vap/tools/tools/ath/athstats/athstats.c#6 (text+ko) ====

@@ -161,21 +161,21 @@
 #define	S_RX_PHY_ERR	AFTER(S_RX_CTL)
 	{ 7,	"phyerr",	"phyerr",	"rx failed 'cuz of PHY err" },
 #define	S_RX_PHY_UNDERRUN		AFTER(S_RX_PHY_ERR)
-	{ 6,	"phyund",	"phyund",	"transmit underrun" },
+	{ 4,	"phyund",	"TUnd",	"transmit underrun" },
 #define	S_RX_PHY_TIMING			AFTER(S_RX_PHY_UNDERRUN)
-	{ 6,	"phytim",	"phytim",	"timing error" },
+	{ 4,	"phytim",	"Tim",	"timing error" },
 #define	S_RX_PHY_PARITY			AFTER(S_RX_PHY_TIMING)
-	{ 6,	"phypar",	"phypar",	"illegal parity" },
+	{ 4,	"phypar",	"IPar",	"illegal parity" },
 #define	S_RX_PHY_RATE			AFTER(S_RX_PHY_PARITY)
-	{ 6,	"phyrate",	"phyrate",	"illegal rate" },
+	{ 4,	"phyrate",	"IRate",	"illegal rate" },
 #define	S_RX_PHY_LENGTH			AFTER(S_RX_PHY_RATE)
-	{ 6,	"phylen",	"phylen",	"illegal length" },
+	{ 4,	"phylen",	"ILen",		"illegal length" },
 #define	S_RX_PHY_RADAR			AFTER(S_RX_PHY_LENGTH)
-	{ 6,	"phyradar",	"phyradar",	"radar detect" },
+	{ 4,	"phyradar",	"Radar",	"radar detect" },
 #define	S_RX_PHY_SERVICE		AFTER(S_RX_PHY_RADAR)
-	{ 6,	"physervice",	"physervice",	"illegal service" },
+	{ 4,	"physervice",	"Service",	"illegal service" },
 #define	S_RX_PHY_TOR			AFTER(S_RX_PHY_SERVICE)
-	{ 6,	"phytor",	"phytor",	"transmit override receive" },
+	{ 4,	"phytor",	"TOR",		"transmit override receive" },
 #define	S_RX_PHY_OFDM_TIMING		AFTER(S_RX_PHY_TOR)
 	{ 6,	"ofdmtim",	"ofdmtim",	"OFDM timing" },
 #define	S_RX_PHY_OFDM_SIGNAL_PARITY	AFTER(S_RX_PHY_OFDM_TIMING)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810190645.m9J6jtb1039669>