[pkg-wpa-devel] r1773 - in /wpa/trunk/debian: changelog config/wpasupplicant/kfreebsd config/wpasupplicant/linux
slh-guest at users.alioth.debian.org
slh-guest at users.alioth.debian.org
Sat Jul 14 01:04:41 UTC 2012
Author: slh-guest
Date: Sat Jul 14 01:04:40 2012
New Revision: 1773
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1773
Log:
keep WiFi P2P disabled for wheezy
Modified:
wpa/trunk/debian/changelog
wpa/trunk/debian/config/wpasupplicant/kfreebsd
wpa/trunk/debian/config/wpasupplicant/linux
Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1773&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Sat Jul 14 01:04:40 2012
@@ -1,7 +1,6 @@
wpa (1.0-3) UNRELEASED; urgency=low
* NOT RELEASED YET
- * enable Wi-Fi P2P, install README-P2P into the wpasupplicant package.
* enable IBSS RSN, thanks to Nicolas Cavallari <batchman at free.fr>
(Closes: #678147).
* revert to GNU readline for wpa_cli, instead of using the internal readline
Modified: wpa/trunk/debian/config/wpasupplicant/kfreebsd
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/kfreebsd?rev=1773&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/kfreebsd (original)
+++ wpa/trunk/debian/config/wpasupplicant/kfreebsd Sat Jul 14 01:04:40 2012
@@ -475,4 +475,10 @@
CONFIG_IBSS_RSN=y
# XXX: Wi-Fi P2P support
-CONFIG_P2P=y
+# keep it disabled for wheezy:
+# - kernel 3.2 has no support for Wi-Fi P2P, no idea about kFreeBSD, it builds
+# at least...
+# - there are still lots of (bug-)fixes going into hostapd-1.git, the P2P
+# feature is definately not supportable with wpa 1.0 without further updates
+# from the hostapd-1.git stable tree.
+#CONFIG_P2P=y
Modified: wpa/trunk/debian/config/wpasupplicant/linux
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/config/wpasupplicant/linux?rev=1773&op=diff
==============================================================================
--- wpa/trunk/debian/config/wpasupplicant/linux (original)
+++ wpa/trunk/debian/config/wpasupplicant/linux Sat Jul 14 01:04:40 2012
@@ -474,4 +474,9 @@
CONFIG_IBSS_RSN=y
# XXX: Wi-Fi P2P support
-CONFIG_P2P=y
+# keep it disabled for wheezy:
+# - kernel 3.2 has no support for Wi-Fi P2P
+# - there are still lots of (bug-)fixes going into hostapd-1.git, the P2P
+# feature is definately not supportable with wpa 1.0 without further updates
+# from the hostapd-1.git stable tree.
+#CONFIG_P2P=y
More information about the Pkg-wpa-devel
mailing list