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:
Warner Losh 2002-05-20 19:33:49 +00:00
parent 525c135972
commit 3029e334b7

View File

@ -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;