linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] linux-2.5.59/drivers/net/aironet4500_core.c
@ 2003-02-09 23:21 Ookhoi
  0 siblings, 0 replies; only message in thread
From: Ookhoi @ 2003-02-09 23:21 UTC (permalink / raw)
  To: elmer; +Cc: mingo, rusty

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-09 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-09 23:21 [PATCH] linux-2.5.59/drivers/net/aironet4500_core.c Ookhoi

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).