From: Stefan Smietanowski <stesmi@stesmi.com>
To: linux-kernel@vger.kernel.org
Cc: "Marcelo Tosatti" <marcelo.tosatti@cyclades.com>
Subject: [PATCH]Aironet driver does not compile in 2.4.23-pre5
Date: Mon, 29 Sep 2003 22:48:43 +0200 [thread overview]
Message-ID: <3F789AAB.3000208@stesmi.com> (raw)
[-- 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;
reply other threads:[~2003-09-29 20:50 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=3F789AAB.3000208@stesmi.com \
--to=stesmi@stesmi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/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