summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d54ef3a..4fccd20 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;
OpenPOWER on IntegriCloud