summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-04-25 01:31:44 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-04-25 01:31:44 +0000
commit9a1c5cce13053b2590ee8506fa9a5a7d185dd03d (patch)
tree3f2a048073628e1998f7437831f33998835895ff /net-wireless/broadcom-sta/files
parentRemoved net-wireless/broadcom-sta from p.mask. (diff)
downloadgentoo-2-9a1c5cce13053b2590ee8506fa9a5a7d185dd03d.tar.gz
gentoo-2-9a1c5cce13053b2590ee8506fa9a5a7d185dd03d.tar.bz2
gentoo-2-9a1c5cce13053b2590ee8506fa9a5a7d185dd03d.zip
2.6.30 support, bug #248450.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/broadcom-sta/files')
-rw-r--r--net-wireless/broadcom-sta/files/broadcom-sta-5.10.79.10-linux-2.6.30.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/net-wireless/broadcom-sta/files/broadcom-sta-5.10.79.10-linux-2.6.30.patch b/net-wireless/broadcom-sta/files/broadcom-sta-5.10.79.10-linux-2.6.30.patch
new file mode 100644
index 000000000000..0427e4ed1f84
--- /dev/null
+++ b/net-wireless/broadcom-sta/files/broadcom-sta-5.10.79.10-linux-2.6.30.patch
@@ -0,0 +1,16 @@
+--- src/wl/sys/wl_linux.c.orig 2009-04-23 21:16:26.637443671 +0400
++++ src/wl/sys/wl_linux.c 2009-04-23 21:17:58.842687327 +0400
+@@ -56,9 +56,13 @@
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
+ #include <net/lib80211.h>
+ #endif
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
++#include <linux/ieee80211.h>
++#else
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14)
+ #include <net/ieee80211.h>
+ #endif
++#endif
+
+ #include <asm/system.h>
+ #include <asm/io.h>