diff options
Diffstat (limited to 'drivers/atm')
-rw-r--r-- | drivers/atm/idt77252.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/atm/idt77252.c b/drivers/atm/idt77252.c index 8f995ce8d73b..f8b1700f4c16 100644 --- a/drivers/atm/idt77252.c +++ b/drivers/atm/idt77252.c | |||
@@ -65,7 +65,7 @@ static char const rcsid[] = | |||
65 | static unsigned int vpibits = 1; | 65 | static unsigned int vpibits = 1; |
66 | 66 | ||
67 | 67 | ||
68 | #define CONFIG_ATM_IDT77252_SEND_IDLE 1 | 68 | #define ATM_IDT77252_SEND_IDLE 1 |
69 | 69 | ||
70 | 70 | ||
71 | /* | 71 | /* |
@@ -3404,7 +3404,7 @@ init_card(struct atm_dev *dev) | |||
3404 | conf = SAR_CFG_TX_FIFO_SIZE_9 | /* Use maximum fifo size */ | 3404 | conf = SAR_CFG_TX_FIFO_SIZE_9 | /* Use maximum fifo size */ |
3405 | SAR_CFG_RXSTQ_SIZE_8k | /* Receive Status Queue is 8k */ | 3405 | SAR_CFG_RXSTQ_SIZE_8k | /* Receive Status Queue is 8k */ |
3406 | SAR_CFG_IDLE_CLP | /* Set CLP on idle cells */ | 3406 | SAR_CFG_IDLE_CLP | /* Set CLP on idle cells */ |
3407 | #ifndef CONFIG_ATM_IDT77252_SEND_IDLE | 3407 | #ifndef ATM_IDT77252_SEND_IDLE |
3408 | SAR_CFG_NO_IDLE | /* Do not send idle cells */ | 3408 | SAR_CFG_NO_IDLE | /* Do not send idle cells */ |
3409 | #endif | 3409 | #endif |
3410 | 0; | 3410 | 0; |
@@ -3541,7 +3541,7 @@ init_card(struct atm_dev *dev) | |||
3541 | printk("%s: Linkrate on ATM line : %u bit/s, %u cell/s.\n", | 3541 | printk("%s: Linkrate on ATM line : %u bit/s, %u cell/s.\n", |
3542 | card->name, linkrate, card->link_pcr); | 3542 | card->name, linkrate, card->link_pcr); |
3543 | 3543 | ||
3544 | #ifdef CONFIG_ATM_IDT77252_SEND_IDLE | 3544 | #ifdef ATM_IDT77252_SEND_IDLE |
3545 | card->utopia_pcr = card->link_pcr; | 3545 | card->utopia_pcr = card->link_pcr; |
3546 | #else | 3546 | #else |
3547 | card->utopia_pcr = (160000000 / 8 / 54); | 3547 | card->utopia_pcr = (160000000 / 8 / 54); |