Date: Thu, 11 Apr 2002 00:21:17 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wi_pci.c if_wireg.h if_wivar.h wi_hostap.c wi_hostap.h Message-ID: <200204110721.g3B7LHR30991@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/04/11 00:21:17 PDT Modified files: sys/dev/wi if_wavelan_ieee.h if_wi.c if_wi_pccard.c if_wi_pci.c if_wireg.h if_wivar.h Added files: sys/dev/wi wi_hostap.c wi_hostap.h Log: Integrate the hostap stuff that Thomas Skibo <skibo@packbell.net> wrote. This code was for 4.5-release, so I've ported it to -current and made a few minor tweaks. The biggest non-style tweak was to not make access point the default. More changes will be needed to get this actually working, but I wanted to get a relatively pure baseline. This doesn't seem to break what works now. Revision Changes Path 1.12 +14 -2 src/sys/dev/wi/if_wavelan_ieee.h 1.95 +398 -50 src/sys/dev/wi/if_wi.c 1.5 +3 -0 src/sys/dev/wi/if_wi_pccard.c 1.3 +3 -0 src/sys/dev/wi/if_wi_pci.c 1.31 +19 -1 src/sys/dev/wi/if_wireg.h 1.4 +7 -0 src/sys/dev/wi/if_wivar.h 1.1 +1189 -0 src/sys/dev/wi/wi_hostap.c (new) 1.1 +136 -0 src/sys/dev/wi/wi_hostap.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204110721.g3B7LHR30991>