diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-07-27 19:52:10 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-08-04 16:43:26 -0400 |
commit | 91b092d73435489d7336f94e927d96224b26c9a8 (patch) | |
tree | 45827b0e54897fa0cfb7bb7babcc2e5b0664d0d6 /drivers/net | |
parent | 18c6951091eca7645005a71b556106cc99a6f4b1 (diff) |
ar9170: remove EXPERIMENTAL marker
Cc: Christian Lamparter <chunkeey@web.de>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath/ar9170/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ar9170/Kconfig b/drivers/net/wireless/ath/ar9170/Kconfig index de4281fda129..05918f1e685a 100644 --- a/drivers/net/wireless/ath/ar9170/Kconfig +++ b/drivers/net/wireless/ath/ar9170/Kconfig | |||
@@ -1,12 +1,13 @@ | |||
1 | config AR9170_USB | 1 | config AR9170_USB |
2 | tristate "Atheros AR9170 802.11n USB support" | 2 | tristate "Atheros AR9170 802.11n USB support" |
3 | depends on USB && MAC80211 && WLAN_80211 && EXPERIMENTAL | 3 | depends on USB && MAC80211 && WLAN_80211 |
4 | select FW_LOADER | 4 | select FW_LOADER |
5 | help | 5 | help |
6 | This is a driver for the Atheros "otus" 802.11n USB devices. | 6 | This is a driver for the Atheros "otus" 802.11n USB devices. |
7 | 7 | ||
8 | These devices require additional firmware (2 files). | 8 | These devices require additional firmware (2 files). |
9 | For now, these files can be downloaded from here: | 9 | For now, these files can be downloaded from here: |
10 | |||
10 | http://wireless.kernel.org/en/users/Drivers/ar9170 | 11 | http://wireless.kernel.org/en/users/Drivers/ar9170 |
11 | 12 | ||
12 | If you choose to build a module, it'll be called ar9170usb. | 13 | If you choose to build a module, it'll be called ar9170usb. |