aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/spectrum_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/orinoco/spectrum_cs.c')
-rw-r--r--drivers/net/wireless/orinoco/spectrum_cs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/spectrum_cs.c b/drivers/net/wireless/orinoco/spectrum_cs.c
index 1bbad101b55..20b08ab8765 100644
--- a/drivers/net/wireless/orinoco/spectrum_cs.c
+++ b/drivers/net/wireless/orinoco/spectrum_cs.c
@@ -185,7 +185,6 @@ spectrum_cs_probe(struct pcmcia_device *link)
185 * number, sizes, and attributes of IO windows) are fixed by 185 * number, sizes, and attributes of IO windows) are fixed by
186 * the nature of the device, and can be hard-wired here. */ 186 * the nature of the device, and can be hard-wired here. */
187 link->conf.Attributes = 0; 187 link->conf.Attributes = 0;
188 link->conf.IntType = INT_MEMORY_AND_IO;
189 188
190 return spectrum_cs_config(link); 189 return spectrum_cs_config(link);
191} /* spectrum_cs_attach */ 190} /* spectrum_cs_attach */