From 61bd363a2e7f241eb2839633772f20b1949ecee2 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Fri, 23 Feb 2007 10:52:25 +0000 Subject: Activate bcw_phy_init2060() (type A radio) in bcw_radio_on(). --- sys/dev/ic/bcw.c | 4 ++-- 1 file 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 @@ -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: -- cgit v1.2.3