diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-09-16 19:08:43 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-09-16 19:08:43 +0000 |
commit | 70915f78527dd17a92e796208ac7fdf0200161d3 (patch) | |
tree | 7d182ef7cfcb4ec060fd28f8bc10e163178af09f | |
parent | 12e766699706706638a51dfef4e7805b2b19ff77 (diff) |
Remove more obsolete firmware specific bits.
-rw-r--r-- | sys/dev/ic/bwi.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c index 19a6302df1c..d614fa091bb 100644 --- a/sys/dev/ic/bwi.c +++ b/sys/dev/ic/bwi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bwi.c,v 1.34 2007/09/16 19:02:36 mglocker Exp $ */ +/* $OpenBSD: bwi.c,v 1.35 2007/09/16 19:08:42 mglocker Exp $ */ /* * Copyright (c) 2007 The DragonFly Project. All rights reserved. @@ -1003,12 +1003,6 @@ bwi_mac_init(struct bwi_mac *mac) /* * Load and initialize firmwares */ -#if 0 - error = bwi_mac_fw_alloc(mac); - if (error) - return (error); -#endif - error = bwi_mac_fw_load(mac); if (error) return (error); |