Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248450 | Differences between
and this patch

Collapse All | Expand All

(-)src/wl/sys/wl_linux.c.orig (+4 lines)
Lines 56-64 Link Here
56
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
56
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
57
#include <net/lib80211.h>
57
#include <net/lib80211.h>
58
#endif
58
#endif
59
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
60
#include <linux/ieee80211.h>
61
#else
59
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14)
62
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14)
60
#include <net/ieee80211.h>
63
#include <net/ieee80211.h>
61
#endif
64
#endif
65
#endif
62
66
63
#include <asm/system.h>
67
#include <asm/system.h>
64
#include <asm/io.h>
68
#include <asm/io.h>

Return to bug 248450