PERFORCE change 151546 for review
Sam Leffler
sam at FreeBSD.org
Sun Oct 19 06:45:55 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=151546
Change 151546 by sam at 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)
More information about the p4-projects
mailing list