diff options
author | Faidon Liambotis <paravoid@debian.org> | 2007-07-22 09:16:59 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:49:35 -0400 |
commit | cfbde697e48891f6216aa9fd14652e099d5cd5fb (patch) | |
tree | c4c2d0175163cdae682834abeafa8ff742fa76bf /drivers/net/wireless | |
parent | e12dcb05bf70dfa328173fd55b7c13e71dfdb453 (diff) |
[PATCH] Kconfig: remove references of pcmcia-cs
pcmcia-cs/cardmgr is deprecated and mentioning it in the help text is
misleading.
Signed-off-by: Faidon Liambotis <paravoid@debian.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/Kconfig | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 8c103f92ed6e..adf0d207da88 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -63,11 +63,6 @@ config WAVELAN | |||
63 | a Radio LAN (wireless Ethernet-like Local Area Network) using the | 63 | a Radio LAN (wireless Ethernet-like Local Area Network) using the |
64 | radio frequencies 900 MHz and 2.4 GHz. | 64 | radio frequencies 900 MHz and 2.4 GHz. |
65 | 65 | ||
66 | This driver support the ISA version of the WaveLAN card. A separate | ||
67 | driver for the PCMCIA (PC-card) hardware is available in David | ||
68 | Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> | ||
69 | for location). | ||
70 | |||
71 | If you want to use an ISA WaveLAN card under Linux, say Y and read | 66 | If you want to use an ISA WaveLAN card under Linux, say Y and read |
72 | the Ethernet-HOWTO, available from | 67 | the Ethernet-HOWTO, available from |
73 | <http://www.tldp.org/docs.html#howto>. Some more specific | 68 | <http://www.tldp.org/docs.html#howto>. Some more specific |
@@ -390,12 +385,7 @@ config PCMCIA_HERMES | |||
390 | such as the Linksys, D-Link and Farallon Skyline. It should also | 385 | such as the Linksys, D-Link and Farallon Skyline. It should also |
391 | work on Symbol cards such as the 3Com AirConnect and Ericsson WLAN. | 386 | work on Symbol cards such as the 3Com AirConnect and Ericsson WLAN. |
392 | 387 | ||
393 | To use your PC-cards, you will need supporting software from David | 388 | You will very likely need the Wireless Tools in order to |
394 | Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> | ||
395 | for location). You also want to check out the PCMCIA-HOWTO, | ||
396 | available from <http://www.tldp.org/docs.html#howto>. | ||
397 | |||
398 | You will also very likely also need the Wireless Tools in order to | ||
399 | configure your card and that /etc/pcmcia/wireless.opts works: | 389 | configure your card and that /etc/pcmcia/wireless.opts works: |
400 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. | 390 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. |
401 | 391 | ||
@@ -467,11 +457,6 @@ config AIRO_CS | |||
467 | and Cisco proprietary API, so both the Linux Wireless Tools and the | 457 | and Cisco proprietary API, so both the Linux Wireless Tools and the |
468 | Cisco Linux utilities can be used to configure the card. | 458 | Cisco Linux utilities can be used to configure the card. |
469 | 459 | ||
470 | To use your PC-cards, you will need supporting software from David | ||
471 | Hinds' pcmcia-cs package (see the file <file:Documentation/Changes> | ||
472 | for location). You also want to check out the PCMCIA-HOWTO, | ||
473 | available from <http://www.tldp.org/docs.html#howto>. | ||
474 | |||
475 | config PCMCIA_WL3501 | 460 | config PCMCIA_WL3501 |
476 | tristate "Planet WL3501 PCMCIA cards" | 461 | tristate "Planet WL3501 PCMCIA cards" |
477 | depends on EXPERIMENTAL && PCMCIA && WLAN_80211 | 462 | depends on EXPERIMENTAL && PCMCIA && WLAN_80211 |