diff options
author | Jiri Benc <jbenc@suse.cz> | 2005-08-25 20:08:22 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-25 20:08:22 -0400 |
commit | 771abed990d8642f289f733dc0fa8a395ab31ca1 (patch) | |
tree | 576836a8eb68aeb27741199e0a6f0a2382fdf85e /drivers/net/wireless/ipw2200.h | |
parent | 3ce329cec29b788bd5d9aaa446fd7ecdd4df64fe (diff) |
This removes support for old (and non-mainline) kernels from ipw2200.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Jiri Benc <jbenc@suse.cz>
Diffstat (limited to 'drivers/net/wireless/ipw2200.h')
-rw-r--r-- | drivers/net/wireless/ipw2200.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/net/wireless/ipw2200.h b/drivers/net/wireless/ipw2200.h index 78b5f444271d..746bcdb1c297 100644 --- a/drivers/net/wireless/ipw2200.h +++ b/drivers/net/wireless/ipw2200.h | |||
@@ -53,26 +53,6 @@ | |||
53 | 53 | ||
54 | #include <linux/workqueue.h> | 54 | #include <linux/workqueue.h> |
55 | 55 | ||
56 | #ifndef IRQ_NONE | ||
57 | typedef void irqreturn_t; | ||
58 | #define IRQ_NONE | ||
59 | #define IRQ_HANDLED | ||
60 | #define IRQ_RETVAL(x) | ||
61 | #endif | ||
62 | |||
63 | #if ( LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9) ) | ||
64 | #define __iomem | ||
65 | #endif | ||
66 | |||
67 | #if ( LINUX_VERSION_CODE < KERNEL_VERSION(2,6,5) ) | ||
68 | #define pci_dma_sync_single_for_cpu pci_dma_sync_single | ||
69 | #define pci_dma_sync_single_for_device pci_dma_sync_single | ||
70 | #endif | ||
71 | |||
72 | #ifndef HAVE_FREE_NETDEV | ||
73 | #define free_netdev(x) kfree(x) | ||
74 | #endif | ||
75 | |||
76 | /* Authentication and Association States */ | 56 | /* Authentication and Association States */ |
77 | enum connection_manager_assoc_states | 57 | enum connection_manager_assoc_states |
78 | { | 58 | { |