summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-10-06 01:12:16 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-10-06 01:12:16 +0000
commit67a146f5fc0c84da21ed06fc529e1e2df544b329 (patch)
tree086cdcf65d82db3ca6e8e68f29b8500fd32e1206 /sys/dev/ic
parentc61512176a2d2f704184c217a5234a872c976d57 (diff)
remove unused atw_beacon_len_adjust variable
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/atw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c
index a1cb45a2570..11aca2d3565 100644
--- a/sys/dev/ic/atw.c
+++ b/sys/dev/ic/atw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atw.c,v 1.101 2024/05/13 01:15:50 jsg Exp $ */
+/* $OpenBSD: atw.c,v 1.102 2024/10/06 01:12:15 jsg Exp $ */
/* $NetBSD: atw.c,v 1.69 2004/07/23 07:07:55 dyoung Exp $ */
/*-
@@ -127,7 +127,6 @@
int atw_bbp_io_enable_delay = 20 * 1000;
int atw_bbp_io_disable_delay = 2 * 1000;
int atw_writewep_delay = 1000;
-int atw_beacon_len_adjust = 4;
int atw_dwelltime = 200;
int atw_xindiv2 = 0;