diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/atm/.gitignore | 2 | ||||
-rw-r--r-- | drivers/net/hamradio/baycom_epp.c | 2 | ||||
-rw-r--r-- | drivers/net/wan/Kconfig | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/drivers/atm/.gitignore b/drivers/atm/.gitignore index a165b7167714..fc0ae5eb05d8 100644 --- a/drivers/atm/.gitignore +++ b/drivers/atm/.gitignore | |||
@@ -2,4 +2,4 @@ | |||
2 | fore200e_mkfirm | 2 | fore200e_mkfirm |
3 | fore200e_pca_fw.c | 3 | fore200e_pca_fw.c |
4 | pca200e.bin | 4 | pca200e.bin |
5 | 5 | pca200e_ecd.bin2 | |
diff --git a/drivers/net/hamradio/baycom_epp.c b/drivers/net/hamradio/baycom_epp.c index 8a83db0fb3b7..153b6dc80af4 100644 --- a/drivers/net/hamradio/baycom_epp.c +++ b/drivers/net/hamradio/baycom_epp.c | |||
@@ -1177,7 +1177,7 @@ static void baycom_probe(struct net_device *dev) | |||
1177 | dev->mtu = AX25_DEF_PACLEN; /* eth_mtu is the default */ | 1177 | dev->mtu = AX25_DEF_PACLEN; /* eth_mtu is the default */ |
1178 | dev->addr_len = AX25_ADDR_LEN; /* sizeof an ax.25 address */ | 1178 | dev->addr_len = AX25_ADDR_LEN; /* sizeof an ax.25 address */ |
1179 | memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); | 1179 | memcpy(dev->broadcast, &ax25_bcast, AX25_ADDR_LEN); |
1180 | memcpy(dev->dev_addr, &ax25_nocall, AX25_ADDR_LEN); | 1180 | memcpy(dev->dev_addr, &null_ax25_address, AX25_ADDR_LEN); |
1181 | dev->tx_queue_len = 16; | 1181 | dev->tx_queue_len = 16; |
1182 | 1182 | ||
1183 | /* New style flags */ | 1183 | /* New style flags */ |
diff --git a/drivers/net/wan/Kconfig b/drivers/net/wan/Kconfig index d5ab9cf13257..21f76f51c95e 100644 --- a/drivers/net/wan/Kconfig +++ b/drivers/net/wan/Kconfig | |||
@@ -382,7 +382,7 @@ config SDLA | |||
382 | 382 | ||
383 | # Wan router core. | 383 | # Wan router core. |
384 | config WAN_ROUTER_DRIVERS | 384 | config WAN_ROUTER_DRIVERS |
385 | bool "WAN router drivers" | 385 | tristate "WAN router drivers" |
386 | depends on WAN && WAN_ROUTER | 386 | depends on WAN && WAN_ROUTER |
387 | ---help--- | 387 | ---help--- |
388 | Connect LAN to WAN via Linux box. | 388 | Connect LAN to WAN via Linux box. |
@@ -393,7 +393,8 @@ config WAN_ROUTER_DRIVERS | |||
393 | <file:Documentation/networking/wan-router.txt>. | 393 | <file:Documentation/networking/wan-router.txt>. |
394 | 394 | ||
395 | Note that the answer to this question won't directly affect the | 395 | Note that the answer to this question won't directly affect the |
396 | kernel: saying N will just cause the configurator to skip all | 396 | kernel except for how subordinate drivers may be built: |
397 | saying N will just cause the configurator to skip all | ||
397 | the questions about WAN router drivers. | 398 | the questions about WAN router drivers. |
398 | 399 | ||
399 | If unsure, say N. | 400 | If unsure, say N. |