Use correct inactivity timeout of 2 minutes rather than 24 seconds due to
bogons introduced at some point. Submitted by: thomas skibo
This commit is contained in:
parent
525c135972
commit
3029e334b7
@ -118,7 +118,7 @@ struct wihap_info {
|
||||
};
|
||||
|
||||
#define WIHAP_INTERVAL 5
|
||||
#define WIHAP_DFLT_INACTIVITY_TIME (120/WIHAP_INTERVAL) /* 2 minutes */
|
||||
#define WIHAP_DFLT_INACTIVITY_TIME 120 /* 2 minutes */
|
||||
|
||||
struct wi_softc;
|
||||
struct wi_frame;
|
||||
|
Loading…
Reference in New Issue
Block a user