cvs commit: src/sys/dev/ath if_ath.c
Sam Leffler
sam at FreeBSD.org
Sun Oct 12 20:42:56 PDT 2003
sam 2003/10/12 20:42:54 PDT
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c
Log:
Reduce per-packet overhead when using WEP by using an advancing IV
seeded with arc4random rather than calling arc4random for each
packet. Note this is the same algorithm used to select the IV when
doing WEP on the host.
Revision Changes Path
1.23 +8 -1 src/sys/dev/ath/if_ath.c
More information about the cvs-src
mailing list