summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-04-08 18:43:27 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-04-08 18:43:27 +0000
commit92776e6b9ac0f6b7b66b4568b42369e77ec98e70 (patch)
treefb24269a999ae11dab121fc64c26a1c335770615
parente894090e857f9aa7417e2d9821e3b854df946835 (diff)
restore what was a default inactivity timeout, two minutes
-rw-r--r--sys/dev/ic/if_wi_hostap.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ic/if_wi_hostap.h b/sys/dev/ic/if_wi_hostap.h
index 39138255708..3142bccab3d 100644
--- a/sys/dev/ic/if_wi_hostap.h
+++ b/sys/dev/ic/if_wi_hostap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_hostap.h,v 1.3 2002/03/30 22:40:26 mickey Exp $ */
+/* $OpenBSD: if_wi_hostap.h,v 1.4 2002/04/08 18:43:26 mickey Exp $ */
/*
* Copyright (c) 2002
@@ -118,8 +118,7 @@ struct wihap_info {
int inactivity_time;
};
-#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;