Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24689
b: refs/heads/master
c: 4a2a279
h: refs/heads/master
i:
  24687: cbb2292
v: v3
  • Loading branch information
Michael Buesch authored and John W. Linville committed Mar 27, 2006
1 parent bb0654c commit f3fab5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea72ab229fe9cdfe3d3f70a6e64d98c725294b24
refs/heads/master: 4a2a2792d0cb3f2797ff179beef7b8c2981979c2
23 changes: 0 additions & 23 deletions trunk/drivers/net/wireless/bcm43xx/bcm43xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit f3fab5e

Please sign in to comment.