diff options
| author | Michael Biebl <biebl@teco.edu> | 2006-04-01 13:31:41 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@teco.edu> | 2006-04-01 13:31:41 +0000 |
| commit | 15792ef7e8756e253133524a47e255c65cd6e768 (patch) | |
| tree | a79ef79600fb5971738a8ae6703227da85ac87dc /debian/patches/01-supplicant_timeout.patch | |
| parent | 573354e6c4a37cb9de06a29eb2ad4d01889c87d6 (diff) | |
Apply an ordering for the packages and choose better names where applicable.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@775 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/patches/01-supplicant_timeout.patch')
| -rw-r--r-- | debian/patches/01-supplicant_timeout.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/01-supplicant_timeout.patch b/debian/patches/01-supplicant_timeout.patch new file mode 100644 index 00000000..0723c83a --- /dev/null +++ b/debian/patches/01-supplicant_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) |