diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-08-12 11:33:16 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:09:35 -0500 |
commit | fa1c114fdaa605496045e56c42d0c8aa4c139e57 (patch) | |
tree | df8345d8ef17cea23da3c0bbe388729b79920bfe /drivers/net/wireless/Kconfig | |
parent | 3543f8069d3cc932202e64095d1d3986a10d34ed (diff) |
[PATCH] Net: add ath5k wireless driver
add ath5k wireless driver
Portions of this driver are covered by one or both of the ISC and
3-clause BSD licenses. Specific license information is cited at the top
of each file.
Acked-by and Signed-off-by information is collected from individual
patches as collected in the wireless-2.6 tree prior to upstream
submission.
Acked-by: Matthew W. S. Bell <mentor@madwifi.org>
Acked-by: Michael Taylor <mike.taylor@apprion.com>
Acked-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Bradley M. Kuhn <bkuhn@softwarefreedom.org>
Signed-off-by: Bruno Randolf <bruno@thinktube.com>
Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Signed-off-by: Francesco Gringoli <francesco.gringoli@ing.unibs.it>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Karen Sandler <karen@softwarefreedom.org>
Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: Luis R. Rodriguez <mcgrof@gmail.com>
Signed-off-by: Matt Norwood <norwood@softwarefreedom.org>
Signed-off-by: Nick Kossifidis <mickflemm@gmail.com>
Signed-off-by: Richard Fontana <fontana@softwarefreedom.org>
Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Ulrich Meis <meis@nets.rwth-aachen.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 2c08c0a5a0df..50a8b6c2fa00 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -648,6 +648,23 @@ config P54_PCI | |||
648 | 648 | ||
649 | If you choose to build a module, it'll be called p54pci. | 649 | If you choose to build a module, it'll be called p54pci. |
650 | 650 | ||
651 | config ATH5K | ||
652 | tristate "Atheros 5xxx wireless cards support" | ||
653 | depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL | ||
654 | ---help--- | ||
655 | This module adds support for wireless adapters based on | ||
656 | Atheros 5xxx chipset. | ||
657 | |||
658 | Currently the following chip versions are supported: | ||
659 | |||
660 | MAC: AR5211 AR5212 | ||
661 | PHY: RF5111/2111 RF5112/2112 RF5413/2413 | ||
662 | |||
663 | This driver uses the kernel's mac80211 subsystem. | ||
664 | |||
665 | If you choose to build a module, it'll be called ath5k. Say M if | ||
666 | unsure. | ||
667 | |||
651 | source "drivers/net/wireless/iwlwifi/Kconfig" | 668 | source "drivers/net/wireless/iwlwifi/Kconfig" |
652 | source "drivers/net/wireless/hostap/Kconfig" | 669 | source "drivers/net/wireless/hostap/Kconfig" |
653 | source "drivers/net/wireless/bcm43xx/Kconfig" | 670 | source "drivers/net/wireless/bcm43xx/Kconfig" |