diff options
Diffstat (limited to 'drivers/net/wimax/i2400m/sdio.c')
-rw-r--r-- | drivers/net/wimax/i2400m/sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wimax/i2400m/sdio.c b/drivers/net/wimax/i2400m/sdio.c index a68232aa2915..1429608164b0 100644 --- a/drivers/net/wimax/i2400m/sdio.c +++ b/drivers/net/wimax/i2400m/sdio.c | |||
@@ -430,7 +430,7 @@ int i2400ms_probe(struct sdio_func *func, | |||
430 | i2400m->bus_reset = i2400ms_bus_reset; | 430 | i2400m->bus_reset = i2400ms_bus_reset; |
431 | /* The iwmc3200-wimax sometimes requires the driver to try | 431 | /* The iwmc3200-wimax sometimes requires the driver to try |
432 | * hard when we paint it into a corner. */ | 432 | * hard when we paint it into a corner. */ |
433 | i2400m->bus_bm_retries = I3200_BOOT_RETRIES; | 433 | i2400m->bus_bm_retries = I2400M_SDIO_BOOT_RETRIES; |
434 | i2400m->bus_bm_cmd_send = i2400ms_bus_bm_cmd_send; | 434 | i2400m->bus_bm_cmd_send = i2400ms_bus_bm_cmd_send; |
435 | i2400m->bus_bm_wait_for_ack = i2400ms_bus_bm_wait_for_ack; | 435 | i2400m->bus_bm_wait_for_ack = i2400ms_bus_bm_wait_for_ack; |
436 | i2400m->bus_fw_names = i2400ms_bus_fw_names; | 436 | i2400m->bus_fw_names = i2400ms_bus_fw_names; |