]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] bcm43xx: remove linux version compatibility code.
authorMichael Buesch <mbuesch@freenet.de>
Fri, 27 Jan 2006 16:33:15 +0000 (17:33 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 16:18:24 +0000 (11:18 -0500)
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/bcm43xx/bcm43xx.h

index aca1601e5b4fc51c6552b3ef5d4d81e5e425cbee..38e75ed2b65429c1b03351de4b1a39779e8e12f6 100644 (file)
@@ -935,27 +935,4 @@ int bcm43xx_pci_write_config32(struct bcm43xx_private *bcm, int offset, u32 valu
                __value;                                \
        })
 
-
-/*
- * Compatibility stuff follows
- */
-
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15)
-# error "The bcm43xx driver does not support kernels < 2.6.15"
-# error "The driver will _NOT_ compile on your kernel. Please upgrade to the latest 2.6 kernel."
-# error "DO NOT COMPLAIN ABOUT BUGS. UPDATE FIRST AND TRY AGAIN."
-#else
-# if !defined(CONFIG_IEEE80211_MODULE) && !defined(CONFIG_IEEE80211)
-#  error "Generic IEEE 802.11 Networking Stack (CONFIG_IEEE80211) not available."
-# endif
-#endif
-#ifdef IEEE80211SOFTMAC_API
-# if IEEE80211SOFTMAC_API != 0
-#  warning "Incompatible SoftMAC subsystem installed."
-# endif
-#else
-# error "The bcm43xx driver requires the SoftMAC subsystem."
-# error "SEE >>>>>>    http://softmac.sipsolutions.net/    <<<<<<"
-#endif
-
 #endif /* BCM43xx_H_ */