Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 00:40:23 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb/wlan if_run.c if_runvar.h
Message-ID:  <201006140040.o5E0ejRh093086@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2010-06-14 00:40:23 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb/wlan     if_run.c if_runvar.h 
  Log:
  SVN rev 209144 on 2010-06-14 00:40:23Z by thompsa
  
  - Because hostapd calls iv_key_set() before if_init(), make sure key_set
    callback function will be executed, and that the key won't be deleted during
    the init process.
  - txmic and rxmic are written into the chip the same place regardless of
    opmode.
  - Make the hardware generate 802.11 sequence numbers.
  
  Submitted by:   Akinori Furukoshi
  Obtained from:  git://gitorious.org/run/run.git
  
  Revision  Changes    Path
  1.10      +38 -18    src/sys/dev/usb/wlan/if_run.c
  1.6       +1 -0      src/sys/dev/usb/wlan/if_runvar.h



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