From 70915f78527dd17a92e796208ac7fdf0200161d3 Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Sun, 16 Sep 2007 19:08:43 +0000 Subject: Remove more obsolete firmware specific bits. --- sys/dev/ic/bwi.c | 8 +------- 1 file changed, 1 insertion(+), 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); -- cgit v1.2.3