]> git.pld-linux.org Git - packages/bcm43xx.git/blob - bcm43xx-local_headers.patch
- use local softmac headers
[packages/bcm43xx.git] / bcm43xx-local_headers.patch
1 --- bcm43xx-20060120/bcm43xx.h~ 2006-01-20 06:00:12.000000000 +0100
2 +++ bcm43xx-20060120/bcm43xx.h  2006-01-20 17:52:51.000000000 +0100
3 @@ -7,8 +7,8 @@
4  #include <linux/interrupt.h>
5  #include <linux/stringify.h>
6  #include <linux/pci.h>
7 -#include <net/ieee80211.h>
8 -#include <net/ieee80211softmac.h>
9 +#include "net/ieee80211.h"
10 +#include "net/ieee80211softmac.h"
11  #include <asm/atomic.h>
12  #include <asm/io.h>
13  
14 @@ -941,15 +941,6 @@
15   * Compatibility stuff follows
16   */
17  
18 -#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15)
19 -# error "The bcm43xx driver does not support kernels < 2.6.15"
20 -# error "The driver will _NOT_ compile on your kernel. Please upgrade to the latest 2.6 kernel."
21 -# error "DO NOT COMPLAIN ABOUT BUGS. UPDATE FIRST AND TRY AGAIN."
22 -#else
23 -# if !defined(CONFIG_IEEE80211_MODULE) && !defined(CONFIG_IEEE80211)
24 -#  error "Generic IEEE 802.11 Networking Stack (CONFIG_IEEE80211) not available."
25 -# endif
26 -#endif
27  #ifdef IEEE80211SOFTMAC_API
28  # if IEEE80211SOFTMAC_API != 0
29  #  warning "Incompatible SoftMAC subsystem installed."
This page took 0.047813 seconds and 4 git commands to generate.