diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_cs.c')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 3d914dde5de0..2abaa90b799d 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
@@ -552,7 +552,6 @@ static int prism2_config_check(struct pcmcia_device *p_dev, | |||
552 | if (cfg->index == 0) | 552 | if (cfg->index == 0) |
553 | return -ENODEV; | 553 | return -ENODEV; |
554 | 554 | ||
555 | p_dev->conf.ConfigIndex = cfg->index; | ||
556 | PDEBUG(DEBUG_EXTRA, "Checking CFTABLE_ENTRY 0x%02X " | 555 | PDEBUG(DEBUG_EXTRA, "Checking CFTABLE_ENTRY 0x%02X " |
557 | "(default 0x%02X)\n", cfg->index, cfg_mem->dflt.index); | 556 | "(default 0x%02X)\n", cfg->index, cfg_mem->dflt.index); |
558 | 557 | ||