public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]Aironet driver does not compile in 2.4.23-pre5
@ 2003-09-29 20:48 Stefan Smietanowski
  0 siblings, 0 replies; only message in thread
From: Stefan Smietanowski @ 2003-09-29 20:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: Marcelo Tosatti

[-- Attachment #1: Type: text/plain, Size: 92 bytes --]

Hi.

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

// Stefan

[-- Attachment #2: airo-fix-2.4.23-pre5.diff --]
[-- Type: text/plain, Size: 544 bytes --]

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;

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

only message in thread, other threads:[~2003-09-29 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-29 20:48 [PATCH]Aironet driver does not compile in 2.4.23-pre5 Stefan Smietanowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox