update for 0.5.8 import

Approved by:	re (hrs)
This commit is contained in:
Sam Leffler 2007-07-11 15:59:42 +00:00
parent ff85daeb59
commit 2d762fe9ef
2 changed files with 16 additions and 4 deletions

View File

@ -8,14 +8,26 @@ driver_hostap.c
driver_ipw.c
driver_madwifi.c
driver_ndiswrapper.c
driver_ndis_.c
driver_prism54.c
driver_test.c
driver_wext.c
driver_wext.h
l2_packet_freebsd.c
l2_packet_linux.c
l2_packet_ndis.c
l2_packet_none.c
l2_packet_pcap.c
l2_packet_winpcap.c
main_none.c
main_winmain.c
main_winsvc.c
ndis_events.c
ndis_events.cpp
nmake.mk
os_win32.c
priv_netlink.h
vs2005
win_example.reg
win_if_list.c
wireless_copy.h

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.3.8.tar.gz
tar -X FREEBSD-Xlist -zxf wpa_supplicant-0.5.8.tar.gz
then imported by:
cvs import -m 'Import of WPA supplicant 0.3.8' \
src/contrib/wpa_supplicant MALINEN v0_3_8
cvs import -m 'Import of WPA supplicant 0.5.8' \
src/contrib/wpa_supplicant MALINEN v0_5_8
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
4-June-2005
11-July-2007