diff options
Diffstat (limited to 'drivers/net/wireless/hostap')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 0fe6f82cda5..5704d3f9e1b 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
@@ -601,7 +601,7 @@ static int prism2_config(struct pcmcia_device *link) | |||
601 | 601 | ||
602 | /* Finally, report what we've done */ | 602 | /* Finally, report what we've done */ |
603 | printk(KERN_INFO "%s: index 0x%02x: ", | 603 | printk(KERN_INFO "%s: index 0x%02x: ", |
604 | dev_info, link->conf.ConfigIndex); | 604 | dev_info, link->config_index); |
605 | if (link->vpp) | 605 | if (link->vpp) |
606 | printk(", Vpp %d.%d", link->vpp / 10, | 606 | printk(", Vpp %d.%d", link->vpp / 10, |
607 | link->vpp % 10); | 607 | link->vpp % 10); |