diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-07-16 21:35:07 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-18 04:46:56 -0400 |
commit | 44beac008631d1b8a52f103e04eacba2bda81511 (patch) | |
tree | 15b3ec7d7cbadaee6baf5e7b83e95741b3a2db70 /drivers/atm/idt77252.c | |
parent | 78e4be16e0563bb6bf25c178d1eb2f5f6f622eb2 (diff) |
[ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kconfig variable
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: chas williams <chas@cmf.nrl.navy.mil>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm/idt77252.c')
-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); |