[pkg-wpa-devel] r999 - in /wpasupplicant/trunk/debian: changelog patches/30_scan_even_when_disconnected.patch patches/series

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sun Jan 6 08:31:41 UTC 2008


Author: kelmo-guest
Date: Sun Jan  6 08:31:41 2008
New Revision: 999

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=999
Log:
* Add debian/patches/30_scan_even_when_disconnected.patch to allow scan
  request to succeed even when interface is in disconnected state.

Added:
    wpasupplicant/trunk/debian/patches/30_scan_even_when_disconnected.patch
Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/patches/series

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=999&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sun Jan  6 08:31:41 2008
@@ -73,8 +73,10 @@
     in runlevels 0 and 6.
   * Add debian/patches/03_dbus_service_activation_customise.patch to start
     wpa_supplicant with "-f /var/log/wpa_supplicant.log" per default.
-
- -- Kel Modderman <kel at otaku42.de>  Sun, 06 Jan 2008 16:43:04 +1000
+  * Add debian/patches/30_scan_even_when_disconnected.patch to allow scan
+    request to succeed even when interface is in disconnected state.
+
+ -- Kel Modderman <kel at otaku42.de>  Sun, 06 Jan 2008 18:30:27 +1000
 
 wpasupplicant (0.6.1~git20071119-1) unstable; urgency=low
 

Added: wpasupplicant/trunk/debian/patches/30_scan_even_when_disconnected.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/30_scan_even_when_disconnected.patch?rev=999&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/30_scan_even_when_disconnected.patch (added)
+++ wpasupplicant/trunk/debian/patches/30_scan_even_when_disconnected.patch Sun Jan  6 08:31:41 2008
@@ -1,0 +1,11 @@
+--- a/wpa_supplicant/scan.c
++++ b/wpa_supplicant/scan.c
+@@ -46,7 +46,7 @@
+ 	struct wpa_ssid *ssid;
+ 	int enabled, scan_req = 0, ret;
+ 
+-	if (wpa_s->disconnected)
++	if (wpa_s->disconnected && !wpa_s->scan_req)
+ 		return;
+ 
+ 	enabled = 0;

Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=999&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Sun Jan  6 08:31:41 2008
@@ -4,3 +4,4 @@
 03_dbus_service_activation_customise.patch
 20_madwifi_headers.patch
 21_config_driver_madwifi.patch
+30_scan_even_when_disconnected.patch




More information about the Pkg-wpa-devel mailing list