diff options
| author | Riccardo Setti <giskard@autistici.org> | 2006-03-04 20:20:20 +0000 |
|---|---|---|
| committer | Riccardo Setti <giskard@autistici.org> | 2006-03-04 20:20:20 +0000 |
| commit | 71890c14a8bacfaf817264e5f7845354014a7351 (patch) | |
| tree | b6b7d21add5449bf31fc0fc84b73d3e5166c4d03 /debian/patches/timeout.patch | |
| parent | d6d9212e009400e0160d2c0ceb3a620e53804a26 (diff) | |
removed useless patches
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@712 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/patches/timeout.patch')
| -rw-r--r-- | debian/patches/timeout.patch | 11 |
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) |