linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Airport in BenH's kernels
@ 2001-05-06 20:11 Michel Lanners
  2001-05-06 20:28 ` Benjamin Herrenschmidt
  0 siblings, 1 reply; 5+ messages in thread
From: Michel Lanners @ 2001-05-06 20:11 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Benjamin Herrenschmidt

[-- Attachment #1: Type: TEXT/plain, Size: 518 bytes --]

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@cpu.lu            |
http://www.cpu.lu/~mlan        |                     Learn Always. "

[-- Attachment #2: orinoco.patch --]
[-- Type: TEXT/plain, Size: 343 bytes --]

--- /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);

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-05-06 22:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-06 20:11 Airport in BenH's kernels Michel Lanners
2001-05-06 20:28 ` Benjamin Herrenschmidt
2001-05-06 20:51   ` Airport in BenH's kernels (a few tips & tricks) Michel Lanners
2001-05-06 21:47   ` Airport in BenH's kernels Paul Nasrat
2001-05-06 22:53     ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).