diff options
author | Michael Buesch <mbuesch@freenet.de> | 2006-01-31 14:11:38 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-03-27 11:18:26 -0500 |
commit | 65f3f19120cf32233f537562e69893b88727b634 (patch) | |
tree | 1e220d79294ff13116be5589efaf6ab1e4fdbd5a /drivers/net/wireless/bcm43xx/bcm43xx.h | |
parent | 6f3e2045cabd952a86bc819181d8a190cd0689c3 (diff) |
[PATCH] bcm43xx: Fix makefile. Remove all the "out-of-tree" stuff.
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 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx.h b/drivers/net/wireless/bcm43xx/bcm43xx.h index 38e75ed2b654..7b97d8bf79ed 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx.h | |||
@@ -17,14 +17,10 @@ | |||
17 | #include "bcm43xx_leds.h" | 17 | #include "bcm43xx_leds.h" |
18 | 18 | ||
19 | 19 | ||
20 | #define DRV_NAME __stringify(KBUILD_MODNAME) | 20 | #define PFX KBUILD_MODNAME ": " |
21 | #define DRV_VERSION __stringify(BCM43xx_VERSION) | ||
22 | #define BCM43xx_DRIVER_NAME DRV_NAME " driver " DRV_VERSION | ||
23 | #define PFX DRV_NAME ": " | ||
24 | 21 | ||
25 | #define BCM43xx_SWITCH_CORE_MAX_RETRIES 10 | 22 | #define BCM43xx_SWITCH_CORE_MAX_RETRIES 10 |
26 | #define BCM43xx_IRQWAIT_MAX_RETRIES 50 | 23 | #define BCM43xx_IRQWAIT_MAX_RETRIES 50 |
27 | #define BCM43xx_TX_TIMEOUT (10 * HZ) | ||
28 | 24 | ||
29 | #define BCM43xx_IO_SIZE 8192 | 25 | #define BCM43xx_IO_SIZE 8192 |
30 | #define BCM43xx_REG_ACTIVE_CORE 0x80 | 26 | #define BCM43xx_REG_ACTIVE_CORE 0x80 |