aboutsummaryrefslogtreecommitdiffstats
path: root/package/wpa_supplicant/patches/140-quality.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-12-22 19:09:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-12-22 19:09:12 +0000
commit04e15044bf13b3df2c327f081132ad3f3e02a403 (patch)
treeb5934ab7642ccf4ec26c937e8ee7b52347d293f7 /package/wpa_supplicant/patches/140-quality.patch
parent5509ed31b32e60476a445b05be21151806423c5b (diff)
downloadmaster-187ad058-04e15044bf13b3df2c327f081132ad3f3e02a403.tar.gz
master-187ad058-04e15044bf13b3df2c327f081132ad3f3e02a403.tar.bz2
master-187ad058-04e15044bf13b3df2c327f081132ad3f3e02a403.zip
wpa_supplicant has been upgraded and previous version
0.6.3 doesn't exist anymore. This patch sets the version and appropriate md5sum; it also updates all the patches. Note that patch 130 has been deleted since it seems to be already included in 0.6.6 Signed-off-by: Jose Vasconcellos <jvasco@verizon.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13723 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wpa_supplicant/patches/140-quality.patch')
-rw-r--r--package/wpa_supplicant/patches/140-quality.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/wpa_supplicant/patches/140-quality.patch b/package/wpa_supplicant/patches/140-quality.patch
index e5e8397c85..e8c6abff7c 100644
--- a/package/wpa_supplicant/patches/140-quality.patch
+++ b/package/wpa_supplicant/patches/140-quality.patch
@@ -1,8 +1,8 @@
-Index: wpa_supplicant-0.6.3/wpa_supplicant/wpa_supplicant.c
+Index: wpa_supplicant-0.6.6/wpa_supplicant/wpa_supplicant.c
===================================================================
---- wpa_supplicant-0.6.3.orig/wpa_supplicant/wpa_supplicant.c 2008-07-24 16:28:58.000000000 +0200
-+++ wpa_supplicant-0.6.3/wpa_supplicant/wpa_supplicant.c 2008-07-24 16:47:40.000000000 +0200
-@@ -1182,7 +1182,7 @@
+--- wpa_supplicant-0.6.6.orig/wpa_supplicant/wpa_supplicant.c 2008-07-24 16:28:58.000000000 +0200
++++ wpa_supplicant-0.6.6/wpa_supplicant/wpa_supplicant.c 2008-07-24 16:47:40.000000000 +0200
+@@ -1206,7 +1206,7 @@
{
#define SCAN_AP_LIMIT 128
struct wpa_scan_result *results;
@@ -11,7 +11,7 @@ Index: wpa_supplicant-0.6.3/wpa_supplicant/wpa_supplicant.c
struct wpa_scan_results *res;
results = os_malloc(SCAN_AP_LIMIT * sizeof(struct wpa_scan_result));
-@@ -1279,6 +1279,21 @@
+@@ -1303,6 +1303,21 @@
res->res[res->num++] = r;
}