Airport in BenH's kernels
Michel Lanners
mlan at cpu.lu
Mon May 7 06:11:33 EST 2001
Hi all,
For a few days airport doesn't work in BenH's kernels, due do an
unresolved symbol in orinoco.o.
Below is a two-line patch that fixes the problem.
Have fun!
Michel
-------------------------------------------------------------------------
Michel Lanners | " Read Philosophy. Study Art.
23, Rue Paul Henkes | Ask Questions. Make Mistakes.
L-1710 Luxembourg |
email mlan at cpu.lu |
http://www.cpu.lu/~mlan | Learn Always. "
-------------- next part --------------
--- /usr/src/sources/2.4/linux-2.4.benh/drivers/net/wireless/orinoco.c Sun May 6 18:32:27 2001
+++ drivers/net/wireless/orinoco.c Sun May 6 22:00:56 2001
@@ -3520,7 +3520,9 @@
return 0;
}
+#ifdef ORINOCO_DEBUG
EXPORT_SYMBOL(dldwd_debug);
+#endif
EXPORT_SYMBOL(dldwd_init);
EXPORT_SYMBOL(dldwd_xmit);
EXPORT_SYMBOL(dldwd_tx_timeout);
More information about the Linuxppc-dev
mailing list