aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/464-fix-mesh-obss-check.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-05-04 02:01:15 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-09-22 17:39:51 +0200
commit0d86bf518aaefa57bef577d09a18aff03eccb70c (patch)
treef05e7378b6744a938e60f2cc5d4b847afba03e08 /package/network/services/hostapd/patches/464-fix-mesh-obss-check.patch
parent9b4a27455c17c00698ce7ce24e0bcad419c6319e (diff)
downloadupstream-0d86bf518aaefa57bef577d09a18aff03eccb70c.tar.gz
upstream-0d86bf518aaefa57bef577d09a18aff03eccb70c.tar.bz2
upstream-0d86bf518aaefa57bef577d09a18aff03eccb70c.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>
Diffstat (limited to 'package/network/services/hostapd/patches/464-fix-mesh-obss-check.patch')
-rw-r--r--package/network/services/hostapd/patches/464-fix-mesh-obss-check.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/464-fix-mesh-obss-check.patch b/package/network/services/hostapd/patches/464-fix-mesh-obss-check.patch
index 566a6d74da..4b63b6fd78 100644
--- a/package/network/services/hostapd/patches/464-fix-mesh-obss-check.patch
+++ b/package/network/services/hostapd/patches/464-fix-mesh-obss-check.patch
@@ -1,6 +1,6 @@
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -2217,11 +2217,13 @@ void ibss_mesh_setup_freq(struct wpa_sup
+@@ -2216,11 +2216,13 @@ void ibss_mesh_setup_freq(struct wpa_sup
for (j = 0; j < wpa_s->last_scan_res_used; j++) {
struct wpa_bss *bss = wpa_s->last_scan_res[j];