summaryrefslogtreecommitdiffstats
path: root/madwifi
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-10-13 11:00:48 +0000
committer Eric Hameleers <alien@slackware.com>2007-10-13 11:00:48 +0000
commitd6a4cfb4727919d0f0b25e36138abd0be7fc7ac9 (patch)
tree6460a283a09dcda3c5c04db583cbe545425108a0 /madwifi
parentdea724c90c1dac55c12da1f9a492b6f109c87a5d (diff)
downloadasb-d6a4cfb4727919d0f0b25e36138abd0be7fc7ac9.tar.gz
asb-d6a4cfb4727919d0f0b25e36138abd0be7fc7ac9.tar.xz
Initial revision
Diffstat (limited to 'madwifi')
-rw-r--r--madwifi/build/madwifi_kernel_2.6.23.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/madwifi/build/madwifi_kernel_2.6.23.diff b/madwifi/build/madwifi_kernel_2.6.23.diff
new file mode 100644
index 00000000..e20b8a3d
--- /dev/null
+++ b/madwifi/build/madwifi_kernel_2.6.23.diff
@@ -0,0 +1,13 @@
+--- net80211/ieee80211_linux.h.orig 2007-10-13 12:57:22.591778325 +0100
++++ net80211/ieee80211_linux.h 2007-10-13 12:58:34.229517423 +0100
+@@ -526,6 +526,10 @@
+ proc_dointvec(ctl, write, filp, buffer, lenp, ppos)
+ #endif
+
++#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,22)
++#include <linux/fs.h>
++#endif
++
+ void ieee80211_sysctl_vattach(struct ieee80211vap *);
+ void ieee80211_sysctl_vdetach(struct ieee80211vap *);
+ int ieee80211_proc_vcreate(struct ieee80211vap *, struct file_operations *,