cvs commit: src/sys/dev/ipw if_ipw.c if_ipwreg.h if_ipwvar.h
Andrew Thompson
thompsa at FreeBSD.org
Thu Oct 11 22:23:01 PDT 2007
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
More information about the cvs-src
mailing list