diff options
Diffstat (limited to 'drivers/net/wireless/orinoco/spectrum_cs.c')
-rw-r--r-- | drivers/net/wireless/orinoco/spectrum_cs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/orinoco/spectrum_cs.c b/drivers/net/wireless/orinoco/spectrum_cs.c index 873877e17e1..1bbad101b55 100644 --- a/drivers/net/wireless/orinoco/spectrum_cs.c +++ b/drivers/net/wireless/orinoco/spectrum_cs.c | |||
@@ -243,10 +243,10 @@ static int spectrum_cs_config_check(struct pcmcia_device *p_dev, | |||
243 | } | 243 | } |
244 | 244 | ||
245 | if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM)) | 245 | if (cfg->vpp1.present & (1 << CISTPL_POWER_VNOM)) |
246 | p_dev->conf.Vpp = | 246 | p_dev->vpp = |
247 | cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000; | 247 | cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000; |
248 | else if (dflt->vpp1.present & (1 << CISTPL_POWER_VNOM)) | 248 | else if (dflt->vpp1.present & (1 << CISTPL_POWER_VNOM)) |
249 | p_dev->conf.Vpp = | 249 | p_dev->vpp = |
250 | dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000; | 250 | dflt->vpp1.param[CISTPL_POWER_VNOM] / 10000; |
251 | 251 | ||
252 | /* Do we need to allocate an interrupt? */ | 252 | /* Do we need to allocate an interrupt? */ |