summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2012-04-12 04:33:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-24 11:38:17 +0100
commit740b5baa511b40ee7bc3050770b6d5102e00f8f5 (patch)
tree7c65bcbbfbfcaca925415320675d32f556b4a2aa /meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch
parent6691d036fff6ba6d7e50a6add8e30cb47e1e60ed (diff)
downloadopenembedded-core-740b5baa511b40ee7bc3050770b6d5102e00f8f5.tar.gz
openembedded-core-740b5baa511b40ee7bc3050770b6d5102e00f8f5.tar.bz2
openembedded-core-740b5baa511b40ee7bc3050770b6d5102e00f8f5.tar.xz
openembedded-core-740b5baa511b40ee7bc3050770b6d5102e00f8f5.zip
wpa-supplicant: remove unused files
* defconfig, init.sh, wpa_supplicant-0.5.7-always-scan.patch, wpa_supplicant-fix-deprecated-dbus-function.patch and wpa_supplicant_default.conf are not used by the recipe. * default-sane gets installed but is unused. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch')
-rw-r--r--meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch
deleted file mode 100644
index 5485d55d2..000000000
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant-0.5.7-always-scan.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
-diff -up wpa_supplicant-0.5.7/wpa_supplicant.c.always-scan wpa_supplicant-0.5.7/wpa_supplicant.c
---- wpa_supplicant-0.5.7/wpa_supplicant.c.always-scan 2007-09-25 15:51:35.000000000 -0400
-+++ wpa_supplicant-0.5.7/wpa_supplicant.c 2007-09-25 16:31:27.000000000 -0400
-@@ -972,7 +972,7 @@ static void wpa_supplicant_scan(void *el
- struct wpa_ssid *ssid;
- int enabled, scan_req = 0, ret;
-
-- if (wpa_s->disconnected)
-+ if (wpa_s->disconnected && !wpa_s->scan_req)
- return;
-
- enabled = 0;