import/ugprade instructions

This commit is contained in:
sam 2005-06-05 20:55:01 +00:00
parent 22428bd35b
commit ee5b2d618f
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,22 @@
$FreeBSD$
.cvsignore
README-Windows.txt
driver_atmel.c
driver_broadcom.c
driver_bsd.c
driver_hostap.c
driver_ipw.c
driver_madwifi.c
driver_ndis.c
driver_ndis.h
driver_ndis_.c
driver_ndiswrapper.c
driver_prism54.c
driver_test.c
driver_wext.c
driver_wext.h
l2_packet.c
ndis_events.cpp
priv_netlink.h
win_if_list.c
wireless_copy.h

View File

@ -0,0 +1,24 @@
$FreeBSD$
WPA Supplicant
originals can be found at: http://hostap.epitest.fi/releases/
For the import files and directories were pruned by:
tar -X FREEBSD-Xlist -zxf wpa_supplicant-0.3.8.tar.gz
then imported by:
cvs import -m 'Import of WPA supplicant 0.3.8' \
src/contrib/wpa_supplicant MALINEN v0_3_8
To make local changes to wpa_supplcaint, simply patch and commit
to the main branch (aka HEAD). Never make local changes on the
vendor (MALINEN) branch.
All local changes should be submitted to Jouni Malinen for inclusion in
the next vendor release.
sam@FreeBSD.org
4-June-2005