summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/atmel.h
diff options
context:
space:
mode:
authorsimon@thekelleys.org.uk2005-10-30 16:50:15 +0100
committerJeff Garzik2005-11-11 14:12:17 +0100
commitb16a228d05a95b27d77d07a91688382f68ece8a7 (patch)
treea76708ef80110839f6f8cc88da292962548d51f5 /drivers/net/wireless/atmel.h
parentLinux v2.6.14 (diff)
downloadkernel-qcow2-linux-b16a228d05a95b27d77d07a91688382f68ece8a7.tar.gz
kernel-qcow2-linux-b16a228d05a95b27d77d07a91688382f68ece8a7.tar.xz
kernel-qcow2-linux-b16a228d05a95b27d77d07a91688382f68ece8a7.zip
[PATCH] Atmel wireless update
* Merge PCMCIA card table with new Brodowski PCMCIA id table. * Add missing entries to PCMCIA id table. * Other tweaks to conform with Documentation/driver-changes.txt (types, call request_region, etc) * Fix size of requested IO region. * Reduce printk verbosity. * Remove EXPERIMENTAL * tweak to association code - don't force shared key authentication when wep in use. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/atmel.h')
-rw-r--r--drivers/net/wireless/atmel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/atmel.h b/drivers/net/wireless/atmel.h
index 825000edfc2c..b9b3e5b76544 100644
--- a/drivers/net/wireless/atmel.h
+++ b/drivers/net/wireless/atmel.h
@@ -35,9 +35,9 @@ typedef enum {
ATMEL_FW_TYPE_506
} AtmelFWType;
-struct net_device *init_atmel_card(unsigned short, int, const AtmelFWType, struct device *,
+struct net_device *init_atmel_card(unsigned short, unsigned long, const AtmelFWType, struct device *,
int (*present_func)(void *), void * );
-void stop_atmel_card( struct net_device *, int );
+void stop_atmel_card( struct net_device *);
int atmel_open( struct net_device * );
#endif