1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Make this a flag.

This commit is contained in:
Adrian Chadd 2012-11-17 02:38:36 +00:00
parent 2afd280161
commit e0c5571733
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243172

View File

@ -129,7 +129,7 @@ ar5210_decode_rxstatus(struct if_ath_alq_payload *a)
rxs.ds_status0 & AR_DataLen,
MF(rxs.ds_status0, AR_More),
MS(rxs.ds_status0, AR_RcvSigStrength),
MS(rxs.ds_status0, AR_RcvAntenna));
MF(rxs.ds_status0, AR_RcvAntenna));
/* ds_rxstatus1 */
printf(" RxDone=%d, RxFrameOk=%d, CrcErr=%d, DecryptCrcErr=%d\n",