summaryrefslogtreecommitdiff
path: root/sys/dev/usb/if_zydreg.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-06-30 12:27:22 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-06-30 12:27:22 +0000
commitabaf94e46d61c71009a879f681bb85465335c857 (patch)
tree44774a3ea188b07b5aeac6028b9978db172288f2 /sys/dev/usb/if_zydreg.h
parent5386bc85c8e7b26ee9d7ad450c0ce0f66a32ac34 (diff)
Shrink dmesg output, use ether_sprintf() to print MAC address.
Diffstat (limited to 'sys/dev/usb/if_zydreg.h')
-rw-r--r--sys/dev/usb/if_zydreg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/if_zydreg.h b/sys/dev/usb/if_zydreg.h
index 1b02d12a3e7..bd29514ffcf 100644
--- a/sys/dev/usb/if_zydreg.h
+++ b/sys/dev/usb/if_zydreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_zydreg.h,v 1.6 2006/06/29 12:13:43 jsg Exp $ */
+/* $OpenBSD: if_zydreg.h,v 1.7 2006/06/30 12:27:21 jsg Exp $ */
/*
* Copyright (c) 2006 by Florian Stoehr <ich@florian-stoehr.de>
@@ -1228,6 +1228,8 @@ struct zyd_softc {
uint8_t regdomain;
uint8_t channel;
uint8_t mac_flags;
+ uint8_t pa_ver;
+ uint16_t fw_ver;
/* Calibration tables */
uint8_t pwr_cal_values[ZYD_E2P_CHANNEL_COUNT];