diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-01-27 11:33:15 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:18:24 -0500 |
commit | 4a2a2792d0cb3f2797ff179beef7b8c2981979c2 (patch) | |
tree | 94ef608dbf072e80e1e7e64fd038b32fcf0b860b /drivers/net/wireless/bcm43xx/bcm43xx.h | |
parent | ea72ab229fe9cdfe3d3f70a6e64d98c725294b24 (diff) |
[PATCH] bcm43xx: remove linux version compatibility code.
Signed-off-by: Michael Buesch <mbuesch@freenet.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/bcm43xx/bcm43xx.h')
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx.h b/drivers/net/wireless/bcm43xx/bcm43xx.h index aca1601e5b4f..38e75ed2b654 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx.h | |||
@@ -935,27 +935,4 @@ int bcm43xx_pci_write_config32(struct bcm43xx_private *bcm, int offset, u32 valu | |||
935 | __value; \ | 935 | __value; \ |
936 | }) | 936 | }) |
937 | 937 | ||
938 | |||
939 | /* | ||
940 | * Compatibility stuff follows | ||
941 | */ | ||
942 | |||
943 | #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 15) | ||
944 | # error "The bcm43xx driver does not support kernels < 2.6.15" | ||
945 | # error "The driver will _NOT_ compile on your kernel. Please upgrade to the latest 2.6 kernel." | ||
946 | # error "DO NOT COMPLAIN ABOUT BUGS. UPDATE FIRST AND TRY AGAIN." | ||
947 | #else | ||
948 | # if !defined(CONFIG_IEEE80211_MODULE) && !defined(CONFIG_IEEE80211) | ||
949 | # error "Generic IEEE 802.11 Networking Stack (CONFIG_IEEE80211) not available." | ||
950 | # endif | ||
951 | #endif | ||
952 | #ifdef IEEE80211SOFTMAC_API | ||
953 | # if IEEE80211SOFTMAC_API != 0 | ||
954 | # warning "Incompatible SoftMAC subsystem installed." | ||
955 | # endif | ||
956 | #else | ||
957 | # error "The bcm43xx driver requires the SoftMAC subsystem." | ||
958 | # error "SEE >>>>>> http://softmac.sipsolutions.net/ <<<<<<" | ||
959 | #endif | ||
960 | |||
961 | #endif /* BCM43xx_H_ */ | 938 | #endif /* BCM43xx_H_ */ |