diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-01-09 20:03:44 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-01-09 20:03:44 +0000 |
commit | fd1c57dff66bd1a5c15150eb5982eb43d7363489 (patch) | |
tree | cb23372a53dee810b81e0d9fc409926f5c368175 /sys/dev/microcode/Makefile | |
parent | 1e61e4aa57c4a95a949051b5a4b82b10de73d92c (diff) |
- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661
chipsets in ral(4).
- restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c
- import the 8051 microcode files required by these chipsets.
- more to come; there is currently no automatic rate control and some
features are untested (hostap and ibss modes for instance). most of
the pre-802.11n capabilities of the RT2661 chipset are not supported
(like frame aggregation, piggy-back). MIMO should work though the
performance/range gain has not been measured.
Diffstat (limited to 'sys/dev/microcode/Makefile')
-rw-r--r-- | sys/dev/microcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index a1e40f7cbc2..e1da57ad6c1 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.11 2005/04/06 19:51:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2006/01/09 20:03:37 damien Exp $ -SUBDIR= atmel neomagic symbol kue typhoon uyap cirruslogic yds fxp +SUBDIR= atmel neomagic symbol kue typhoon uyap cirruslogic yds fxp ral .include <bsd.subdir.mk> |