hostapd: Remove unneeded patch
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 110-no_eapol_fix.patch
diff --git a/package/network/services/hostapd/patches/110-no_eapol_fix.patch b/package/network/services/hostapd/patches/110-no_eapol_fix.patch
deleted file mode 100644 (file)
index b912c39..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/wpa_supplicant/wpa_supplicant.c
-+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -297,9 +297,10 @@ void wpa_supplicant_cancel_auth_timeout(
-  */
- void wpa_supplicant_initiate_eapol(struct wpa_supplicant *wpa_s)
- {
-+      struct wpa_ssid *ssid = wpa_s->current_ssid;
-+
- #ifdef IEEE8021X_EAPOL
-       struct eapol_config eapol_conf;
--      struct wpa_ssid *ssid = wpa_s->current_ssid;
- #ifdef CONFIG_IBSS_RSN
-       if (ssid->mode == WPAS_MODE_IBSS &&