View | Details | Raw Unified
Collapse All | Expand All

(-) src/wl/sys/wl_linux.c.orig (+4 lines)
 Lines 56-64    Link Here 
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 29)
#include <net/lib80211.h>
#include <net/lib80211.h>
#endif
#endif
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30)
#include <linux/ieee80211.h>
#else
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14)
#include <net/ieee80211.h>
#include <net/ieee80211.h>
#endif
#endif
#endif
#include <asm/system.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/io.h>