CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/10/16 18:59:57
Modified files:
sys/dev/ic : ath.c
Log message:
AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSD
code, we test but don't define them. Replace with _BYTE_ORDER
and _BIG_ENDIAN to make the iv show up properly for big endian
bpf consumers.
ok stsp@ reyk@
