diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2005-04-02 10:36:19 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2005-04-02 10:36:19 +0000 |
commit | 3bcc0917f567da370590a7a08270c2b151dec866 (patch) | |
tree | a95f86cc39c0981a38c9df7bb2b002f3a73d4bec /sys/dev/ic/ral.c | |
parent | 44c7e79a0905b71ee04f6f83f3db8978fb996865 (diff) |
remove an unneeded initialization of TXCSR7.
Diffstat (limited to 'sys/dev/ic/ral.c')
-rw-r--r-- | sys/dev/ic/ral.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/ic/ral.c b/sys/dev/ic/ral.c index de5ba908af0..5c7a29ecec0 100644 --- a/sys/dev/ic/ral.c +++ b/sys/dev/ic/ral.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ral.c,v 1.45 2005/04/02 08:48:15 damien Exp $ */ +/* $OpenBSD: ral.c,v 1.46 2005/04/02 10:36:18 damien Exp $ */ /*- * Copyright (c) 2005 @@ -2652,9 +2652,6 @@ ral_init(struct ifnet *ifp) IEEE80211_ADDR_COPY(ic->ic_myaddr, LLADDR(ifp->if_sadl)); ral_set_macaddr(sc, ic->ic_myaddr); - /* set power mode (CAM) */ - RAL_WRITE(sc, RAL_TXCSR7, 0); - /* set supported basic rates (1, 2, 6, 12, 24) */ RAL_WRITE(sc, RAL_ARSP_PLCP_1, 0x153); |