diff options
Diffstat (limited to 'sys/dev/pcmcia/if_malovar.h')
-rw-r--r-- | sys/dev/pcmcia/if_malovar.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/dev/pcmcia/if_malovar.h b/sys/dev/pcmcia/if_malovar.h index 79740109658..987600d8d99 100644 --- a/sys/dev/pcmcia/if_malovar.h +++ b/sys/dev/pcmcia/if_malovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_malovar.h,v 1.6 2007/06/01 23:43:32 mglocker Exp $ */ +/* $OpenBSD: if_malovar.h,v 1.7 2007/06/03 21:26:41 mglocker Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -66,16 +66,6 @@ struct malo_cmd_body_spec { uint32_t fw_capinfo; } __packed; -struct malo_cmd_body_status { - uint16_t fw_status; - uint16_t mac_status; - uint16_t rf_status; - uint16_t current_channel; - uint8_t ap_mac[ETHER_ADDR_LEN]; - uint16_t reserved; - uint32_t max_linkspeed; -} __packed; - struct malo_cmd_body_radio { uint16_t action; uint16_t control; @@ -104,11 +94,6 @@ struct malo_cmd_body_macctrl { uint16_t reserved; } __packed; -struct malo_cmd_body_macaddr { - uint16_t action; - uint8_t macaddr[ETHER_ADDR_LEN]; -} __packed; - /* RX descriptor */ #define MALO_RX_STATUS_OK 0x0001 struct malo_rx_desc { |