2.4.5-acX, airo_cs

From: PALFFY Daniel (dpalffy@kkt.bme.hu)
Date: Sat Jun 30 2001 - 15:47:23 EST


Hi!

A small patch to airo.c to allow the module to load even if no pci or isa
cards are found, because airo_cs needs the airo module to load.

--- linux/drivers/net/wireless/airo.c~ Sat Jun 30 22:37:10 2001
+++ linux/drivers/net/wireless/airo.c Sat Jun 30 22:37:33 2001
@@ -2988,9 +2988,7 @@
          * fails with an error other than -ENODEV, instead of proceeding,
          * if ISA devs are present.
          */
- if (have_isa_dev)
- return 0;
- return rc;
+ return 0;
 }
 
 static void __exit airo_cleanup_module( void )

--
Dani
			...and Linux for all.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 30 2001 - 21:00:24 EST