aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/orinoco_cs.c')
-rw-r--r--drivers/net/wireless/orinoco_cs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/orinoco_cs.c b/drivers/net/wireless/orinoco_cs.c
index 434f7d7ad841..0e81312f0d43 100644
--- a/drivers/net/wireless/orinoco_cs.c
+++ b/drivers/net/wireless/orinoco_cs.c
@@ -178,13 +178,10 @@ orinoco_cs_config(struct pcmcia_device *link)
178 int last_fn, last_ret; 178 int last_fn, last_ret;
179 u_char buf[64]; 179 u_char buf[64];
180 config_info_t conf; 180 config_info_t conf;
181 cisinfo_t info;
182 tuple_t tuple; 181 tuple_t tuple;
183 cisparse_t parse; 182 cisparse_t parse;
184 void __iomem *mem; 183 void __iomem *mem;
185 184
186 CS_CHECK(ValidateCIS, pcmcia_validate_cis(link, &info));
187
188 /* 185 /*
189 * This reads the card's CONFIG tuple to find its 186 * This reads the card's CONFIG tuple to find its
190 * configuration registers. 187 * configuration registers.