13 lines
321 B
Diff
13 lines
321 B
Diff
|
--- broadcom-sta.orig/src/wl/sys/wl_linux.c
|
||
|
+++ broadcom-sta.new/src/wl/sys/wl_linux.c
|
||
|
@@ -40,7 +40,9 @@
|
||
|
#include <linux/pci_ids.h>
|
||
|
#define WLC_MAXBSSCFG 1
|
||
|
|
||
|
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 4, 0)
|
||
|
#include <asm/system.h>
|
||
|
+#endif
|
||
|
#include <asm/io.h>
|
||
|
#include <asm/irq.h>
|
||
|
#include <asm/pgtable.h>
|