diff options
Diffstat (limited to 'drivers/net/wireless/atmel_cs.c')
-rw-r--r-- | drivers/net/wireless/atmel_cs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/atmel_cs.c b/drivers/net/wireless/atmel_cs.c index 479f5084bac1..d6d585cb992a 100644 --- a/drivers/net/wireless/atmel_cs.c +++ b/drivers/net/wireless/atmel_cs.c | |||
@@ -175,10 +175,8 @@ static int atmel_config_check(struct pcmcia_device *p_dev, | |||
175 | return -ENODEV; | 175 | return -ENODEV; |
176 | 176 | ||
177 | /* Does this card need audio output? */ | 177 | /* Does this card need audio output? */ |
178 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) { | 178 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) |
179 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; | 179 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; |
180 | p_dev->conf.Status = CCSR_AUDIO_ENA; | ||
181 | } | ||
182 | 180 | ||
183 | /* Use power settings for Vcc and Vpp if present */ | 181 | /* Use power settings for Vcc and Vpp if present */ |
184 | /* Note that the CIS values need to be rescaled */ | 182 | /* Note that the CIS values need to be rescaled */ |