diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-07-31 13:08:32 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-31 13:08:32 -0400 |
commit | 74fae82c8bd5dd78365abe25506a9ba388d4a889 (patch) | |
tree | 3cec275b2d612891abfa43e1529dbd484bfd1990 /drivers/net/wireless/hostap/hostap_cs.c | |
parent | 4fa969cfb2a6406fcffd0d1ec5f33ebf3fea9053 (diff) | |
download | blackbird-op-linux-74fae82c8bd5dd78365abe25506a9ba388d4a889.tar.gz blackbird-op-linux-74fae82c8bd5dd78365abe25506a9ba388d4a889.zip |
[wireless hostap] trim trailing whitespace
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_cs.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 4 |
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) link->conf.ConfigIndex = cfg->index; PDEBUG(DEBUG_EXTRA, "Checking CFTABLE_ENTRY 0x%02X " "(default 0x%02X)\n", cfg->index, dflt.index); - + /* Does this card need audio output? */ if (cfg->flags & CISTPL_CFTABLE_AUDIO) { link->conf.Attributes |= CONF_ENABLE_SPKR; link->conf.Status = CCSR_AUDIO_ENA; } - + /* Use power settings for Vcc and Vpp if present */ /* Note that the CIS values need to be rescaled */ if (cfg->vcc.present & (1 << CISTPL_POWER_VNOM)) { |