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/