svn commit: r246979 - head/tools/tools/ath/athalq
Adrian Chadd
adrian at FreeBSD.org
Tue Feb 19 06:42:13 UTC 2013
Author: adrian
Date: Tue Feb 19 06:42:12 2013
New Revision: 246979
URL: http://svnweb.freebsd.org/changeset/base/246979
Log:
Print out the RTS/CTS rate in the TX descriptor.
Modified:
head/tools/tools/ath/athalq/ar5416_ds.c
Modified: head/tools/tools/ath/athalq/ar5416_ds.c
==============================================================================
--- head/tools/tools/ath/athalq/ar5416_ds.c Tue Feb 19 03:23:13 2013 (r246978)
+++ head/tools/tools/ath/athalq/ar5416_ds.c Tue Feb 19 06:42:12 2013 (r246979)
@@ -227,6 +227,8 @@ ar5416_decode_txdesc(struct if_ath_alq_p
MF(txc.ds_ctl7, AR_2040_3),
MF(txc.ds_ctl7, AR_STBC3));
+ printf(" RTSCtsRate=0x%02x\n", MS(txc.ds_ctl7, AR_RTSCTSRate));
+
/* ds_ctl8 */
printf(" try 0: ant=0x%08x\n", txc.ds_ctl8 & AR_AntCtl0);
More information about the svn-src-head
mailing list