Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-wireless/broadcom-sta/files: broadcom-sta-5.10.91.9-linux-2.6.30.patch
Date: Thu, 16 Jul 2009 20:27:41
Message-Id: E1MRXYE-0003KN-C2@stork.gentoo.org
1 matsuu 09/07/16 20:27:34
2
3 Added: broadcom-sta-5.10.91.9-linux-2.6.30.patch
4 Log:
5 Added linux-2.6.30 patch.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-wireless/broadcom-sta/files/broadcom-sta-5.10.91.9-linux-2.6.30.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/broadcom-sta/files/broadcom-sta-5.10.91.9-linux-2.6.30.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-wireless/broadcom-sta/files/broadcom-sta-5.10.91.9-linux-2.6.30.patch?rev=1.1&content-type=text/plain
13
14 Index: broadcom-sta-5.10.91.9-linux-2.6.30.patch
15 ===================================================================
16 diff -Naur broadcom-sta-5.10.91.9.orig/src/wl/sys/wl_linux.c broadcom-sta-5.10.91.9/src/wl/sys/wl_linux.c
17 --- broadcom-sta-5.10.91.9.orig/src/wl/sys/wl_linux.c 2009-07-17 05:13:13.000000000 +0900
18 +++ broadcom-sta-5.10.91.9/src/wl/sys/wl_linux.c 2009-07-17 05:17:34.000000000 +0900
19 @@ -56,6 +56,9 @@
20 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14)
21 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
22 #include <net/lib80211.h>
23 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
24 +#include <linux/ieee80211.h>
25 +#endif
26 #else
27 #include <net/ieee80211.h>
28 #endif