summaryrefslogtreecommitdiffstats
path: root/kernel/0005-add-support-for-linux-3.4.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/0005-add-support-for-linux-3.4.0.patch')
-rw-r--r--kernel/0005-add-support-for-linux-3.4.0.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/0005-add-support-for-linux-3.4.0.patch b/kernel/0005-add-support-for-linux-3.4.0.patch
new file mode 100644
index 000000000..fdb2e7654
--- /dev/null
+++ b/kernel/0005-add-support-for-linux-3.4.0.patch
@@ -0,0 +1,14 @@
+From: Eugene San (eugenesan) <eugenesan@gmail.com>
+Subject: [PATCH 1/1] add support for linux 3.4
+--- a/i386/src/wl/sys/wl_linux.c
++++ b/i386/src/wl/sys/wl_linux.c
+@@ -40,7 +40,9 @@
+ #include <linux/pci_ids.h>
+ #define WLC_MAXBSSCFG 1
+
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
+ #include <asm/system.h>
++#endif
+ #include <asm/io.h>
+ #include <asm/irq.h>
+ #include <asm/pgtable.h>