diff options
Diffstat (limited to 'drivers/net/wireless/atmel_cs.c')
-rw-r--r-- | drivers/net/wireless/atmel_cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/atmel_cs.c b/drivers/net/wireless/atmel_cs.c index 263c36f7ee22..12efd44d64a1 100644 --- a/drivers/net/wireless/atmel_cs.c +++ b/drivers/net/wireless/atmel_cs.c | |||
@@ -234,8 +234,6 @@ static int atmel_config_check(struct pcmcia_device *p_dev, | |||
234 | *dflt = *cfg; | 234 | *dflt = *cfg; |
235 | if (cfg->index == 0) | 235 | if (cfg->index == 0) |
236 | return -ENODEV; | 236 | return -ENODEV; |
237 | p_dev->conf.ConfigIndex = cfg->index; | ||
238 | |||
239 | /* Does this card need audio output? */ | 237 | /* Does this card need audio output? */ |
240 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) { | 238 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) { |
241 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; | 239 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; |