summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gibson <hermes@gibson.dropbear.id.au>2005-02-25 18:00:17 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-02-25 18:00:17 -0500
commit21f42d8a648f23beaa331110165692eb849d2d08 (patch)
treece52d5a81a4a5b5539f7a985f02c5f80bfaf1c37
parentbf769b3bf25bcc7f6e238715258ebf1e583b2af7 (diff)
[PATCH] Orinoco driver updates - PCMCIA initialization cleanups
The client_reg.Attributes field is no longer used. Don't bother setting it. Signed-off-by: David Gibson <hermes@gibson.dropbear.id.au> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-rw-r--r--drivers/net/wireless/orinoco_cs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco_cs.c b/drivers/net/wireless/orinoco_cs.c
index 7db8c45027bf..74a8227256aa 100644
--- a/drivers/net/wireless/orinoco_cs.c
+++ b/drivers/net/wireless/orinoco_cs.c
@@ -186,7 +186,6 @@ orinoco_cs_attach(void)
dev_list = link;
client_reg.dev_info = &dev_info;
- client_reg.Attributes = INFO_IO_CLIENT | INFO_CARD_SHARE;
client_reg.EventMask =
CS_EVENT_CARD_INSERTION | CS_EVENT_CARD_REMOVAL |
CS_EVENT_RESET_PHYSICAL | CS_EVENT_CARD_RESET |