aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_cs.c
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-07-31 13:08:32 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-07-31 13:08:32 -0400
commit74fae82c8bd5dd78365abe25506a9ba388d4a889 (patch)
tree3cec275b2d612891abfa43e1529dbd484bfd1990 /drivers/net/wireless/hostap/hostap_cs.c
parent4fa969cfb2a6406fcffd0d1ec5f33ebf3fea9053 (diff)
[wireless hostap] trim trailing whitespace
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_cs.c')
-rw-r--r--drivers/net/wireless/hostap/hostap_cs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c
index a5a6d6a966ee..a83ee5cf0394 100644
--- a/drivers/net/wireless/hostap/hostap_cs.c
+++ b/drivers/net/wireless/hostap/hostap_cs.c
@@ -644,13 +644,13 @@ static int prism2_config(dev_link_t *link)
644 link->conf.ConfigIndex = cfg->index; 644 link->conf.ConfigIndex = cfg->index;
645 PDEBUG(DEBUG_EXTRA, "Checking CFTABLE_ENTRY 0x%02X " 645 PDEBUG(DEBUG_EXTRA, "Checking CFTABLE_ENTRY 0x%02X "
646 "(default 0x%02X)\n", cfg->index, dflt.index); 646 "(default 0x%02X)\n", cfg->index, dflt.index);
647 647
648 /* Does this card need audio output? */ 648 /* Does this card need audio output? */
649 if (cfg->flags & CISTPL_CFTABLE_AUDIO) { 649 if (cfg->flags & CISTPL_CFTABLE_AUDIO) {
650 link->conf.Attributes |= CONF_ENABLE_SPKR; 650 link->conf.Attributes |= CONF_ENABLE_SPKR;
651 link->conf.Status = CCSR_AUDIO_ENA; 651 link->conf.Status = CCSR_AUDIO_ENA;
652 } 652 }
653 653
654 /* Use power settings for Vcc and Vpp if present */ 654 /* Use power settings for Vcc and Vpp if present */
655 /* Note that the CIS values need to be rescaled */ 655 /* Note that the CIS values need to be rescaled */
656 if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) { 656 if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) {