diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-28 13:48:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-28 13:48:22 +0000 |
commit | 1354730b350b79f30b1f64f91c46432e9ac93241 (patch) | |
tree | 6be1a99e339c3c400e0c3d1e189fa970e05fec84 /package/wpa_supplicant/patches/140-quality.patch | |
parent | 6446f93be89a231f305c2627811039b5d0180914 (diff) | |
download | upstream-1354730b350b79f30b1f64f91c46432e9ac93241.tar.gz upstream-1354730b350b79f30b1f64f91c46432e9ac93241.tar.bz2 upstream-1354730b350b79f30b1f64f91c46432e9ac93241.zip |
wpa_supplicant: update to 0.6.7
SVN-Revision: 14240
Diffstat (limited to 'package/wpa_supplicant/patches/140-quality.patch')
-rw-r--r-- | package/wpa_supplicant/patches/140-quality.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wpa_supplicant/patches/140-quality.patch b/package/wpa_supplicant/patches/140-quality.patch index 6ba7424ffe..edb0b2693b 100644 --- a/package/wpa_supplicant/patches/140-quality.patch +++ b/package/wpa_supplicant/patches/140-quality.patch @@ -1,6 +1,6 @@ --- a/wpa_supplicant/wpa_supplicant.c +++ b/wpa_supplicant/wpa_supplicant.c -@@ -1206,7 +1206,7 @@ static int wpa_supplicant_get_scan_resul +@@ -1248,7 +1248,7 @@ static int wpa_supplicant_get_scan_resul { #define SCAN_AP_LIMIT 128 struct wpa_scan_result *results; @@ -9,7 +9,7 @@ struct wpa_scan_results *res; results = os_malloc(SCAN_AP_LIMIT * sizeof(struct wpa_scan_result)); -@@ -1303,6 +1303,21 @@ static int wpa_supplicant_get_scan_resul +@@ -1345,6 +1345,21 @@ static int wpa_supplicant_get_scan_resul res->res[res->num++] = r; } |