2009-09-24 11:07:00 +08:00
|
|
|
config ATH9K_HW
|
|
|
|
tristate
|
2009-11-06 00:44:39 +08:00
|
|
|
config ATH9K_COMMON
|
|
|
|
tristate
|
2009-09-24 11:07:00 +08:00
|
|
|
|
2008-08-04 15:16:41 +08:00
|
|
|
config ATH9K
|
|
|
|
tristate "Atheros 802.11n wireless cards support"
|
2009-10-29 04:29:30 +08:00
|
|
|
depends on PCI && MAC80211
|
2009-09-24 11:07:00 +08:00
|
|
|
select ATH9K_HW
|
2008-09-03 03:07:56 +08:00
|
|
|
select MAC80211_LEDS
|
|
|
|
select LEDS_CLASS
|
|
|
|
select NEW_LEDS
|
2009-11-06 00:44:39 +08:00
|
|
|
select ATH9K_COMMON
|
2008-08-04 15:16:41 +08:00
|
|
|
---help---
|
|
|
|
This module adds support for wireless adapters based on
|
2009-08-13 05:45:16 +08: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 15:16:41 +08:00
|
|
|
|
|
|
|
If you choose to build a module, it'll be called ath9k.
|
2008-11-29 00:49:02 +08:00
|
|
|
|
2009-11-24 05:33:27 +08:00
|
|
|
config ATH9K_DEBUGFS
|
2008-11-29 00:49:02 +08:00
|
|
|
bool "Atheros ath9k debugging"
|
2009-12-29 15:27:57 +08:00
|
|
|
depends on ATH9K && DEBUG_FS
|
2008-11-29 00:49:02 +08:00
|
|
|
---help---
|
2009-11-24 05:33:27 +08:00
|
|
|
Say Y, if you need access to ath9k's statistics for
|
|
|
|
interrupts, rate control, etc.
|
2008-11-29 00:49:02 +08:00
|
|
|
|
2009-11-24 05:33:27 +08:00
|
|
|
Also required for changing debug message flags at run time.
|
2009-09-13 17:42:02 +08:00
|
|
|
|
2010-09-20 19:45:40 +08: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 16:55:25 +08: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.
|