lkml.org 
[lkml]   [2003]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH]Aironet driver does not compile in 2.4.23-pre5
Hi.

The Aironet driver does not compile under 2.4.23-pre5. Simple fix
included.

// Stefan
diff -urN linux-2.4.23-pre5/drivers/net/wireless/airo.c linux-2.4.23-pre5-new/drivers/net/wireless/airo.c
--- linux-2.4.23-pre5/drivers/net/wireless/airo.c 2003-09-29 21:46:38.000000000 +0200
+++ linux-2.4.23-pre5-new/drivers/net/wireless/airo.c 2003-09-29 22:35:38.000000000 +0200
@@ -202,7 +202,7 @@
#ifndef RUN_AT
#define RUN_AT(x) (jiffies+(x))
#endif
-#if LINUX_VERSION_CODE < 0x020500
+#if LINUX_VERSION_CODE < 0x020417 /* 2.4.23 */
static inline struct proc_dir_entry *PDE(const struct inode *inode)
{
return inode->u.generic_ip;
\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.015 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site