2009-09-24 03:07:00 +00:00
|
|
|
config ATH9K_HW
|
|
|
|
tristate
|
2009-11-05 16:44:39 +00:00
|
|
|
config ATH9K_COMMON
|
|
|
|
tristate
|
2009-09-24 03:07:00 +00:00
|
|
|
|
2008-08-04 07:16:41 +00:00
|
|
|
config ATH9K
|
|
|
|
tristate "Atheros 802.11n wireless cards support"
|
2009-10-28 20:29:30 +00:00
|
|
|
depends on PCI && MAC80211
|
2009-09-24 03:07:00 +00:00
|
|
|
select ATH9K_HW
|
2008-09-02 19:07:56 +00:00
|
|
|
select MAC80211_LEDS
|
|
|
|
select LEDS_CLASS
|
|
|
|
select NEW_LEDS
|
2009-11-05 16:44:39 +00:00
|
|
|
select ATH9K_COMMON
|
2008-08-04 07:16:41 +00:00
|
|
|
---help---
|
|
|
|
This module adds support for wireless adapters based on
|
2009-08-12 21:45:16 +00:00
|
|
|
Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family
|
|
|
|
of chipsets. For a specific list of supported external
|
|
|
|
cards, laptops that already ship with these cards and
|
|
|
|
APs that come with these cards refer to to ath9k wiki
|
|
|
|
products page:
|
|
|
|
|
|
|
|
http://wireless.kernel.org/en/users/Drivers/ath9k/products
|
2008-08-04 07:16:41 +00:00
|
|
|
|
|
|
|
If you choose to build a module, it'll be called ath9k.
|
2008-11-28 16:49:02 +00:00
|
|
|
|
2009-11-23 21:33:27 +00:00
|
|
|
config ATH9K_DEBUGFS
|
2008-11-28 16:49:02 +00:00
|
|
|
bool "Atheros ath9k debugging"
|
2009-12-29 07:27:57 +00:00
|
|
|
depends on ATH9K && DEBUG_FS
|
2008-11-28 16:49:02 +00:00
|
|
|
---help---
|
2009-11-23 21:33:27 +00:00
|
|
|
Say Y, if you need access to ath9k's statistics for
|
|
|
|
interrupts, rate control, etc.
|
2008-11-28 16:49:02 +00:00
|
|
|
|
2009-11-23 21:33:27 +00:00
|
|
|
Also required for changing debug message flags at run time.
|
2009-09-13 09:42:02 +00:00
|
|
|
|
2010-09-20 11:45:40 +00:00
|
|
|
config ATH9K_RATE_CONTROL
|
|
|
|
bool "Atheros ath9k rate control"
|
|
|
|
depends on ATH9K
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Say Y, if you want to use the ath9k specific rate control
|
|
|
|
module instead of minstrel_ht.
|
|
|
|
|
2010-03-17 08:55:25 +00:00
|
|
|
config ATH9K_HTC
|
|
|
|
tristate "Atheros HTC based wireless cards support"
|
|
|
|
depends on USB && MAC80211
|
|
|
|
select ATH9K_HW
|
|
|
|
select MAC80211_LEDS
|
|
|
|
select LEDS_CLASS
|
|
|
|
select NEW_LEDS
|
|
|
|
select ATH9K_COMMON
|
|
|
|
---help---
|
|
|
|
Support for Atheros HTC based cards.
|
|
|
|
Chipsets supported: AR9271
|
|
|
|
|
|
|
|
For more information: http://wireless.kernel.org/en/users/Drivers/ath9k_htc
|
|
|
|
|
|
|
|
The built module will be ath9k_htc.
|
|
|
|
|
|
|
|
config ATH9K_HTC_DEBUGFS
|
|
|
|
bool "Atheros ath9k_htc debugging"
|
|
|
|
depends on ATH9K_HTC && DEBUG_FS
|
|
|
|
---help---
|
|
|
|
Say Y, if you need access to ath9k_htc's statistics.
|