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.79.10-linux-2.6.30.patch
Date: Sat, 25 Apr 2009 01:31:46
Message-Id: E1LxWk4-0005yR-Fb@stork.gentoo.org
1 matsuu 09/04/25 01:31:44
2
3 Added: broadcom-sta-5.10.79.10-linux-2.6.30.patch
4 Log:
5 2.6.30 support, bug #248450.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-wireless/broadcom-sta/files/broadcom-sta-5.10.79.10-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.79.10-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.79.10-linux-2.6.30.patch?rev=1.1&content-type=text/plain
13
14 Index: broadcom-sta-5.10.79.10-linux-2.6.30.patch
15 ===================================================================
16 --- src/wl/sys/wl_linux.c.orig 2009-04-23 21:16:26.637443671 +0400
17 +++ src/wl/sys/wl_linux.c 2009-04-23 21:17:58.842687327 +0400
18 @@ -56,9 +56,13 @@
19 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
20 #include <net/lib80211.h>
21 #endif
22 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
23 +#include <linux/ieee80211.h>
24 +#else
25 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14)
26 #include <net/ieee80211.h>
27 #endif
28 +#endif
29
30 #include <asm/system.h>
31 #include <asm/io.h>