Print out the RTS/CTS rate in the TX descriptor.
This commit is contained in:
parent
9be24c38b8
commit
b5a44455d6
@ -227,6 +227,8 @@ ar5416_decode_txdesc(struct if_ath_alq_payload *a)
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user