Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2007 05:23:00 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ipw if_ipw.c if_ipwreg.h if_ipwvar.h
Message-ID:  <200710120523.l9C5N0nS076024@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2007-10-12 05:23:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ipw          if_ipw.c if_ipwreg.h if_ipwvar.h 
  Log:
  Update ipw to work with the new net80211 stack, plus other driver improvements.
  
   - Add proper scanning support rather than letting the firmware grab the first
     access point
   - Overhaul state changes
   - Use macros for locking and provide _locked() versions of some functions
   - Increase debugging output
   - Use a callout rather than the old watchdog interface
   - Improve style, function names and defines
   - Add WPA (TKIP) support
  
  Based heavily on a patchset provided by Sam Leffler.
  
  Revision  Changes    Path
  1.31      +825 -216  src/sys/dev/ipw/if_ipw.c
  1.3       +17 -2     src/sys/dev/ipw/if_ipwreg.h
  1.7       +26 -1     src/sys/dev/ipw/if_ipwvar.h



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