Date: Tue, 19 Feb 2013 06:42:12 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246979 - head/tools/tools/ath/athalq Message-ID: <201302190642.r1J6gC1m093397@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302190642.r1J6gC1m093397>