Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2003 20:42:54 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ath if_ath.c
Message-ID:  <200310130342.h9D3gsSm085854@repoman.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310130342.h9D3gsSm085854>