aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/460-wpa_supplicant-add-new-config-params-to-be-used-with.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/460-wpa_supplicant-add-new-config-params-to-be-used-with.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/460-wpa_supplicant-add-new-config-params-to-be-used-with.patch')
-rw-r--r--package/network/services/hostapd/patches/460-wpa_supplicant-add-new-config-params-to-be-used-with.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/patches/460-wpa_supplicant-add-new-config-params-to-be-used-with.patch b/package/network/services/hostapd/patches/460-wpa_supplicant-add-new-config-params-to-be-used-with.patch
index 7ead342fd8..b740378090 100644
--- a/package/network/services/hostapd/patches/460-wpa_supplicant-add-new-config-params-to-be-used-with.patch
+++ b/package/network/services/hostapd/patches/460-wpa_supplicant-add-new-config-params-to-be-used-with.patch
@@ -174,7 +174,7 @@ Signed-hostap: Antonio Quartulli <ordex@autistici.org>
* macsec_policy - Determines the policy for MACsec secure session
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -3267,6 +3267,12 @@ static void wpas_start_assoc_cb(struct w
+@@ -3266,6 +3266,12 @@ static void wpas_start_assoc_cb(struct w
params.beacon_int = ssid->beacon_int;
else
params.beacon_int = wpa_s->conf->beacon_int;