aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/310-rescan_immediately.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-05-04 02:01:15 +0200
committerPetr Štetiar <ynezz@true.cz>2019-11-14 20:59:58 +0100
commit81908622a987b561a601bb144310bc35fd123bbf (patch)
treeb1204ec5ca87545d91c58e5bacd3b83938c24b92 /package/network/services/hostapd/patches/310-rescan_immediately.patch
parent90a0daf4fe2aca55169c5ff7862b867516837c30 (diff)
downloadupstream-81908622a987b561a601bb144310bc35fd123bbf.tar.gz
upstream-81908622a987b561a601bb144310bc35fd123bbf.tar.bz2
upstream-81908622a987b561a601bb144310bc35fd123bbf.zip
hostapd: Remove unneeded patch
All the content of this function is proceeded by IEEE8021X_EAPOL no code accesses the ssid variable outside of this ifdef. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 0d86bf518aaefa57bef577d09a18aff03eccb70c)
Diffstat (limited to 'package/network/services/hostapd/patches/310-rescan_immediately.patch')
-rw-r--r--package/network/services/hostapd/patches/310-rescan_immediately.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/310-rescan_immediately.patch b/package/network/services/hostapd/patches/310-rescan_immediately.patch
index f69bb388a6..8d0307c3a2 100644
--- a/package/network/services/hostapd/patches/310-rescan_immediately.patch
+++ b/package/network/services/hostapd/patches/310-rescan_immediately.patch
@@ -1,6 +1,6 @@
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -4475,7 +4475,7 @@ wpa_supplicant_alloc(struct wpa_supplica
+@@ -4474,7 +4474,7 @@ wpa_supplicant_alloc(struct wpa_supplica
if (wpa_s == NULL)
return NULL;
wpa_s->scan_req = INITIAL_SCAN_REQ;