linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Michel Lanners <mlan@cpu.lu>
To: linuxppc-dev@lists.linuxppc.org
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Subject: Airport in BenH's kernels
Date: Sun, 6 May 2001 22:11:33 +0200 (CEST)	[thread overview]
Message-ID: <200105062011.WAA00674@piglet.grunz.lu> (raw)

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

             reply	other threads:[~2001-05-06 20:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-06 20:11 Michel Lanners [this message]
2001-05-06 20:28 ` Airport in BenH's kernels 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200105062011.WAA00674@piglet.grunz.lu \
    --to=mlan@cpu.lu \
    --cc=benh@kernel.crashing.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).