aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-06-05 20:55:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-06-05 20:55:02 +0000
commit4df0b3fb129875b3e2219c512ae8223fc8d2398c (patch)
tree9695adbf0da014a8113878c1f9ad9cbcf5599335
parentf1fb6907abb279cfabe81d79e2ffac54c4e7aa98 (diff)
downloadsrc-4df0b3fb129875b3e2219c512ae8223fc8d2398c.tar.gz
src-4df0b3fb129875b3e2219c512ae8223fc8d2398c.zip
This commit was manufactured by cvs2svn to create branch
'VENDOR-wpa_supplicant'.
Notes
Notes: svn path=/vendor/wpa_supplicant/dist/; revision=147017
-rw-r--r--contrib/wpa_supplicant/FREEBSD-Xlist22
-rw-r--r--contrib/wpa_supplicant/FREEBSD-upgrade24
2 files changed, 46 insertions, 0 deletions
diff --git a/contrib/wpa_supplicant/FREEBSD-Xlist b/contrib/wpa_supplicant/FREEBSD-Xlist
new file mode 100644
index 000000000000..d2f169790480
--- /dev/null
+++ b/contrib/wpa_supplicant/FREEBSD-Xlist
@@ -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
diff --git a/contrib/wpa_supplicant/FREEBSD-upgrade b/contrib/wpa_supplicant/FREEBSD-upgrade
new file mode 100644
index 000000000000..f8ef0f001379
--- /dev/null
+++ b/contrib/wpa_supplicant/FREEBSD-upgrade
@@ -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