aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-05-20 19:33:49 +0000
committerWarner Losh <imp@FreeBSD.org>2002-05-20 19:33:49 +0000
commit3029e334b72448261a219a9ffc2de2baa845cf23 (patch)
tree1a9f5d34f310841c4307646fabf7a9936fb45947 /sys/dev
parent525c1359726efe173a8657cf5148324a43c45aa1 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/wi/wi_hostap.h2
1 files changed, 1 insertions, 1 deletions
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;