diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-07 11:06:51 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-08-07 11:06:51 +0000 |
commit | f27f71cadadfbb27bb222a48e1d0604b464cb311 (patch) | |
tree | 6b83cce397ebfbebe78052843f712b02ac16e17c /sys/dev/ic/acx.c | |
parent | f91418cf4371e9c5b3854a6e8ba8dbbedbd5f7c9 (diff) |
Remove some unused/uneeded code.
Diffstat (limited to 'sys/dev/ic/acx.c')
-rw-r--r-- | sys/dev/ic/acx.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index beeb7ade2b5..4a839d9c597 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.30 2006/08/07 10:46:12 mglocker Exp $ */ +/* $OpenBSD: acx.c,v 1.31 2006/08/07 11:06:50 jsg Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -435,14 +435,6 @@ acx_init(struct ifnet *ifp) sc->sc_flags |= ACX_FLAG_FW_LOADED; -#if 0 - if (sc->chip_post_basefw != NULL) { - error = sc->chip_post_basefw(sc); - if (error) - goto back; - } -#endif - /* ACX111 firmware is combined */ if (!(sc->sc_flags & ACX_FLAG_ACX111)) { error = acx_load_radio_firmware(sc, @@ -465,7 +457,6 @@ acx_init(struct ifnet *ifp) error = acx_set_crypt_keys(sc); if (error) goto back; -// sc->sc_ic.ic_flags &= ~IEEE80211_F_DROPUNENC; } /* Turn on power led */ |