update for 0.5.10

This commit is contained in:
Sam Leffler 2008-03-24 19:59:12 +00:00
parent 7e30ef1bec
commit 7accac9161
2 changed files with 8 additions and 4 deletions

View File

@ -1,10 +1,13 @@
$FreeBSD$
.cvsignore
README-Windows.txt
config_winreg.c
ctrl_iface_named_pipe.c
driver_atmel.c
driver_broadcom.c
driver_bsd.c
driver_hostap.c
driver_hostap.h
driver_ipw.c
driver_madwifi.c
driver_ndiswrapper.c
@ -13,6 +16,7 @@ driver_prism54.c
driver_test.c
driver_wext.c
driver_wext.h
eloop_win.c
l2_packet_freebsd.c
l2_packet_linux.c
l2_packet_ndis.c

View File

@ -6,12 +6,12 @@ WPA Supplicant
For the import files and directories were pruned by:
tar -X FREEBSD-Xlist -zxf wpa_supplicant-0.5.8.tar.gz
tar -X FREEBSD-Xlist -zxf wpa_supplicant-0.5.10.tar.gz
then imported by:
cvs import -m 'Import of WPA supplicant 0.5.8' \
src/contrib/wpa_supplicant MALINEN v0_5_8
cvs import -m 'Import of WPA supplicant 0.5.10' \
src/contrib/wpa_supplicant MALINEN v0_5_10
To make local changes to wpa_supplcaint, simply patch and commit
to the main branch (aka HEAD). Never make local changes on the
@ -21,4 +21,4 @@ All local changes should be submitted to Jouni Malinen for inclusion in
the next vendor release.
sam@FreeBSD.org
11-July-2007
24-March-2008