ramips: make tp-link firmware size errors non-fatal
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 470-wait-for-nullfunc-longer.patch
1 --- a/src/ap/sta_info.h
2 +++ b/src/ap/sta_info.h
3 @@ -179,7 +179,7 @@ struct sta_info {
4 * AP_DISASSOC_DELAY seconds. Similarly, the station will be deauthenticated
5 * after AP_DEAUTH_DELAY seconds has passed after disassociation. */
6 #define AP_MAX_INACTIVITY (5 * 60)
7 -#define AP_DISASSOC_DELAY (1)
8 +#define AP_DISASSOC_DELAY (3)
9 #define AP_DEAUTH_DELAY (1)
10 /* Number of seconds to keep STA entry with Authenticated flag after it has
11 * been disassociated. */