diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-04 10:47:16 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-04 10:47:16 +0000 |
commit | dfddd7aabc250a3b899df1867cd4f075db3a5569 (patch) | |
tree | 8d511b46b20f285cbdf29505af6e2a113d646972 /sys/dev/ic/acx111.c | |
parent | 2e14be2ee0d3f179dfcbccdfdf0149429949ba7d (diff) |
Load ACX111 firmware for ACX111.
ok mglocker@ claudio@
Diffstat (limited to 'sys/dev/ic/acx111.c')
-rw-r--r-- | sys/dev/ic/acx111.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/acx111.c b/sys/dev/ic/acx111.c index 1810120ff83..906f7aa8088 100644 --- a/sys/dev/ic/acx111.c +++ b/sys/dev/ic/acx111.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx111.c,v 1.4 2006/08/03 12:00:07 mglocker Exp $ */ +/* $OpenBSD: acx111.c,v 1.5 2006/08/04 10:47:15 jsg Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -310,6 +310,7 @@ acx111_set_param(struct acx_softc *sc) sc->chip_write_config = acx111_write_config; sc->chip_set_fw_txdesc_rate = acx111_set_fw_txdesc_rate; sc->chip_set_bss_join_param = acx111_set_bss_join_param; + sc->sc_flags |= ACX_FLAG_ACX111; } int |