diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-02-23 10:52:25 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-02-23 10:52:25 +0000 |
commit | 61bd363a2e7f241eb2839633772f20b1949ecee2 (patch) | |
tree | aca132ac9906b91a121893d65ad8ae3116dc035f /sys | |
parent | b2d35d8df48958f6aabb713845d4f45261d559ae (diff) |
Activate bcw_phy_init2060() (type A radio) in bcw_radio_on().
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/bcw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/bcw.c b/sys/dev/ic/bcw.c index 337d4615abd..bbdc52db1c0 100644 --- a/sys/dev/ic/bcw.c +++ b/sys/dev/ic/bcw.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bcw.c,v 1.47 2007/02/23 10:40:54 mglocker Exp $ */ +/* $OpenBSD: bcw.c,v 1.48 2007/02/23 10:52:24 mglocker Exp $ */ /* * Copyright (c) 2006 Jon Simola <jsimola@gmail.com> @@ -4657,7 +4657,7 @@ bcw_radio_on(struct bcw_softc *sc) 0xfff7); bcw_phy_write16(sc, 0x0011, bcw_phy_read16(sc, 0x0011) & 0xfff7); - /* TODO bcw_radio_init_2060() */ + bcw_radio_init2060(sc); break; case BCW_PHY_TYPEB: case BCW_PHY_TYPEG: |