All of lore.kernel.org
 help / color / mirror / Atom feed
* IEEE80211 and IPW3945
@ 2006-11-18 10:20 Martin Lorenz
  2006-11-18 12:31 ` Hesse, Christian
  2006-11-18 12:49 ` Ismail Donmez
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Lorenz @ 2006-11-18 10:20 UTC (permalink / raw)
  To: jketreno; +Cc: linux-kernel

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

Dear James,

I just had some issues when trying to compile ieee80211 1.2.15 together with
ipw3945 1.1.2 on the latest kernel tree

attached are two patches I had to create to work around it
I guess they are self-explanatory :-)

greets
  mlo
--
Dipl.-Ing. Martin Lorenz

            They that can give up essential liberty 
	    to obtain a little temporary safety 
	    deserve neither liberty nor safety.
                                   Benjamin Franklin

please encrypt your mail to me
GnuPG key-ID: F1AAD37D
get it here:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xF1AAD37D

ICQ UIN: 33588107

[-- Attachment #2: ieee_api_define.patch --]
[-- Type: text/plain, Size: 620 bytes --]

diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h
index ee66681..b0d1ca3 100644
--- a/include/net/ieee80211.h
+++ b/include/net/ieee80211.h
@@ -30,8 +30,11 @@
 #include <linux/wireless.h>
 
 #define IEEE80211_VERSION_MAJOR 1
+#define IEEE80211_MAJOR_VERSION IEEE80211_VERSION_MAJOR
 #define IEEE80211_VERSION_API 2
+#define IEEE80211_API_VERSION IEEE80211_VERSION_API
 #define IEEE80211_VERSION_MINOR 15
+#define IEEE80211_MINOR_VERSION IEEE80211_VERSION_MINOR
 #define IEEE80211_VERSION_CODE IEEE80211_VERSION_MAJOR * 65536 + \
 			       IEEE80211_VERSION_API * 256 + \
 			       IEEE80211_VERSION_MINOR

[-- Attachment #3: config_h.patch --]
[-- Type: text/plain, Size: 397 bytes --]

diff --git a/include/linux/config.h b/include/linux/config.h
new file mode 100644
index 0000000..a91f5e5
--- /dev/null
+++ b/include/linux/config.h
@@ -0,0 +1,8 @@
+#ifndef _LINUX_CONFIG_H
+#define _LINUX_CONFIG_H
+/* This file is no longer in use and kept only for backward compatibility.
+ * autoconf.h is now included via -imacros on the commandline
+ */
+#include <linux/autoconf.h>
+
+#endif

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-18 14:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-18 10:20 IEEE80211 and IPW3945 Martin Lorenz
2006-11-18 12:31 ` Hesse, Christian
2006-11-18 12:49 ` Ismail Donmez
2006-11-18 14:26   ` Stephen Clark
2006-11-18 14:41     ` Ismail Donmez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.