summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/470-wait-for-nullfunc-longer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/470-wait-for-nullfunc-longer.patch')
-rw-r--r--package/network/services/hostapd/patches/470-wait-for-nullfunc-longer.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/services/hostapd/patches/470-wait-for-nullfunc-longer.patch b/package/network/services/hostapd/patches/470-wait-for-nullfunc-longer.patch
deleted file mode 100644
index e6bbdddc50..0000000000
--- a/package/network/services/hostapd/patches/470-wait-for-nullfunc-longer.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/ap/sta_info.h
-+++ b/src/ap/sta_info.h
-@@ -179,7 +179,7 @@ struct sta_info {
- * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated
- * after AP_DEAUTH_DELAY seconds has passed after disassociation. */
- #define AP_MAX_INACTIVITY (5 * 60)
--#define AP_DISASSOC_DELAY (1)
-+#define AP_DISASSOC_DELAY (3)
- #define AP_DEAUTH_DELAY (1)
- /* Number of seconds to keep STA entry with Authenticated flag after it has
- * been disassociated. */