about summary refs log tree commit diff
path: root/debian/patches
diff options
context:
space:
mode:
authorMichael Biebl <biebl@teco.edu>2006-02-28 20:43:53 +0000
committerMichael Biebl <biebl@teco.edu>2006-02-28 20:43:53 +0000
commitc1cffd3cc3bad85d1e28a2a8f4cc0fd0e1359bbd (patch)
tree4fbf8de35b7189365965aadf6df0da0cfc3d3734 /debian/patches
parent28c7a549e99aa2fe3ffcbde69ed537131d6f455e (diff)
Do not kill NM prematurely. NM needs some time to shutdown.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@683 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/timeout.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/timeout.patch b/debian/patches/timeout.patch
new file mode 100644
index 00000000..0723c83a
--- /dev/null
+++ b/debian/patches/timeout.patch
@@ -0,0 +1,11 @@
+--- src/nm-device-802-11-wireless.c.orig	2006-02-13 11:46:50.000000000 +0100
++++ src/nm-device-802-11-wireless.c	2006-02-13 11:47:08.000000000 +0100
+@@ -2205,7 +2205,7 @@
+ }
+ 
+ 
+-#define NM_SUPPLICANT_TIMEOUT	20	/* how long we wait for wpa_supplicant to associate (in seconds) */
++#define NM_SUPPLICANT_TIMEOUT	60	/* how long we wait for wpa_supplicant to associate (in seconds) */
+ 
+ static unsigned int
+ get_supplicant_timeout (NMDevice80211Wireless *self)