summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/330-fix_reassoc_after_ack_failure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/330-fix_reassoc_after_ack_failure.patch')
-rw-r--r--package/network/services/hostapd/patches/330-fix_reassoc_after_ack_failure.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/services/hostapd/patches/330-fix_reassoc_after_ack_failure.patch b/package/network/services/hostapd/patches/330-fix_reassoc_after_ack_failure.patch
deleted file mode 100644
index a91e4aed5..000000000
--- a/package/network/services/hostapd/patches/330-fix_reassoc_after_ack_failure.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/ap/sta_info.c
-+++ b/src/ap/sta_info.c
-@@ -576,7 +576,7 @@ void ap_sta_disassociate(struct hostapd_
- {
- wpa_printf(MSG_DEBUG, "%s: disassociate STA " MACSTR,
- hapd->conf->iface, MAC2STR(sta->addr));
-- sta->flags &= ~WLAN_STA_ASSOC;
-+ sta->flags &= ~(WLAN_STA_ASSOC | WLAN_STA_ASSOC_REQ_OK);
- ap_sta_set_authorized(hapd, sta, 0);
- sta->timeout_next = STA_DEAUTH;
- wpa_printf(MSG_DEBUG, "%s: reschedule ap_handle_timer timeout "