diff options
Diffstat (limited to 'drivers/net/wireless/airo_cs.c')
-rw-r--r-- | drivers/net/wireless/airo_cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/airo_cs.c b/drivers/net/wireless/airo_cs.c index 4fbe811bebfc..d7216730f18e 100644 --- a/drivers/net/wireless/airo_cs.c +++ b/drivers/net/wireless/airo_cs.c | |||
@@ -223,8 +223,6 @@ static int airo_cs_config_check(struct pcmcia_device *p_dev, | |||
223 | if (cfg->index == 0) | 223 | if (cfg->index == 0) |
224 | return -ENODEV; | 224 | return -ENODEV; |
225 | 225 | ||
226 | p_dev->conf.ConfigIndex = cfg->index; | ||
227 | |||
228 | /* Does this card need audio output? */ | 226 | /* Does this card need audio output? */ |
229 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) { | 227 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) { |
230 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; | 228 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; |