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:
parent
2afd280161
commit
e0c5571733
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243172
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user