diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_cs.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 3f35dd4438ca..3fa285b1bdd3 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
@@ -484,10 +484,8 @@ static int prism2_config_check(struct pcmcia_device *p_dev, | |||
484 | "(default 0x%02X)\n", cfg->index, dflt->index); | 484 | "(default 0x%02X)\n", cfg->index, dflt->index); |
485 | 485 | ||
486 | /* Does this card need audio output? */ | 486 | /* Does this card need audio output? */ |
487 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) { | 487 | if (cfg->flags & CISTPL_CFTABLE_AUDIO) |
488 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; | 488 | p_dev->conf.Attributes |= CONF_ENABLE_SPKR; |
489 | p_dev->conf.Status = CCSR_AUDIO_ENA; | ||
490 | } | ||
491 | 489 | ||
492 | /* Use power settings for Vcc and Vpp if present */ | 490 | /* Use power settings for Vcc and Vpp if present */ |
493 | /* Note that the CIS values need to be rescaled */ | 491 | /* Note that the CIS values need to be rescaled */ |