From: Ookhoi <ookhoi@humilis.net>
To: elmer@ylenurme.ee
Cc: mingo@elte.hu, rusty@rustcorp.com.au
Subject: [PATCH] linux-2.5.59/drivers/net/aironet4500_core.c
Date: Mon, 10 Feb 2003 00:21:54 +0100 [thread overview]
Message-ID: <20030210002154.N19693@humilis> (raw)
Hi all,
I need this patch to compile 2.5.59 with aironet support.
It seems that a patch from Ingo broke this driver early october 2002.
drivers/built-in.o(.text+0x3d19a): In function `awc_private_init':
: undefined reference to `awc_work'
make: *** [.tmp_vmlinux1] Error 1
I pulled 2.5 from bk to see if the patch was in already, and it is not.
Can you please apply this patch?
--- linux-2.5.59/drivers/net/aironet4500_core.c.orig 2003-02-09 23:54:02.000000000 +0100
+++ linux-2.5.59/drivers/net/aironet4500_core.c 2003-02-09 23:54:19.000000000 +0100
@@ -2210,7 +2210,7 @@
void
-awc_bh(struct net_device *dev){
+awc_work(struct net_device *dev){
struct awc_private * priv = (struct awc_private *)dev->priv;
int active_interrupts;
reply other threads:[~2003-02-09 23:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20030210002154.N19693@humilis \
--to=ookhoi@humilis.net \
--cc=elmer@ylenurme.ee \
--cc=mingo@elte.hu \
--cc=rusty@rustcorp.com.au \
/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