diff options
Diffstat (limited to 'sys/dev/ic/bwi.c')
-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); |