From 3029e334b72448261a219a9ffc2de2baa845cf23 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 20 May 2002 19:33:49 +0000 Subject: [PATCH] Use correct inactivity timeout of 2 minutes rather than 24 seconds due to bogons introduced at some point. Submitted by: thomas skibo --- sys/dev/wi/wi_hostap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/wi/wi_hostap.h b/sys/dev/wi/wi_hostap.h index d54ef3adafd9..4fccd203be89 100644 --- a/sys/dev/wi/wi_hostap.h +++ b/sys/dev/wi/wi_hostap.h @@ -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;