diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-06-16 19:45:25 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-06-16 19:45:25 +0000 |
commit | 8ace5f95bf8bff8385ef82e9e8a45721100c32e9 (patch) | |
tree | bc964d73199f2b5c3906f640f9bd9f0879850d23 /sys/dev/pcmcia/if_maloreg.h | |
parent | b9fde47f49a0cdd2144b873871ecab80c083c69b (diff) |
Add three new firmware commands to set authentication, set rate adaption,
and tune several 802.11 parameters.
Diffstat (limited to 'sys/dev/pcmcia/if_maloreg.h')
-rw-r--r-- | sys/dev/pcmcia/if_maloreg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/if_maloreg.h b/sys/dev/pcmcia/if_maloreg.h index d2ac2e2654a..5dc69c510c9 100644 --- a/sys/dev/pcmcia/if_maloreg.h +++ b/sys/dev/pcmcia/if_maloreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_maloreg.h,v 1.6 2007/06/08 22:08:21 mglocker Exp $ */ +/* $OpenBSD: if_maloreg.h,v 1.7 2007/06/16 19:45:24 mglocker Exp $ */ /* * Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> @@ -51,12 +51,15 @@ #define MALO_CMD_RESP 0x8000 #define MALO_CMD_HWSPEC 0x0003 #define MALO_CMD_RESET 0x0005 +#define MALO_CMD_AUTH 0x0011 +#define MALO_CMD_SNMP 0x0016 #define MALO_CMD_RADIO 0x001c #define MALO_CMD_CHANNEL 0x001d #define MALO_CMD_TXPOWER 0x001e #define MALO_CMD_ANTENNA 0x0020 #define MALO_CMD_MACCTRL 0x0028 #define MALO_CMD_ASSOC 0x0050 +#define MALO_CMD_RATE 0x0076 /* FW command values */ #define MALO_CMD_RADIO_OFF 0x0000 |