aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@googlemail.com>2011-02-09 16:13:11 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-02-21 15:39:56 -0500
commitf456228365bf3615bc6837c363653f31df66abff (patch)
tree82ca2ece60dcba6698deaf27b52f5bdca8a31d2f
parentb67afe7f43afd2f5cd98798993561920c1684c12 (diff)
ar9170usb: mark the old driver as obsolete
AR9170USB will be replaced by carl9170 in the foreseeable future [2.6.40]. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--Documentation/feature-removal-schedule.txt11
-rw-r--r--MAINTAINERS2
-rw-r--r--drivers/net/wireless/ath/ar9170/Kconfig4
3 files changed, 15 insertions, 2 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 8c594c45b6a..ab274856c6a 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -35,6 +35,17 @@ Who: Luis R. Rodriguez <lrodriguez@atheros.com>
35 35
36--------------------------- 36---------------------------
37 37
38What: AR9170USB
39When: 2.6.40
40
41Why: This driver is deprecated and the firmware is no longer
42 maintained. The replacement driver "carl9170" has been
43 around for a while, so the devices are still supported.
44
45Who: Christian Lamparter <chunkeey@googlemail.com>
46
47---------------------------
48
38What: IRQF_SAMPLE_RANDOM 49What: IRQF_SAMPLE_RANDOM
39Check: IRQF_SAMPLE_RANDOM 50Check: IRQF_SAMPLE_RANDOM
40When: July 2009 51When: July 2009
diff --git a/MAINTAINERS b/MAINTAINERS
index 2b35b6c84e2..95482e9e5ba 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1199,7 +1199,7 @@ ATHEROS AR9170 WIRELESS DRIVER
1199M: Christian Lamparter <chunkeey@web.de> 1199M: Christian Lamparter <chunkeey@web.de>
1200L: linux-wireless@vger.kernel.org 1200L: linux-wireless@vger.kernel.org
1201W: http://wireless.kernel.org/en/users/Drivers/ar9170 1201W: http://wireless.kernel.org/en/users/Drivers/ar9170
1202S: Maintained 1202S: Obsolete
1203F: drivers/net/wireless/ath/ar9170/ 1203F: drivers/net/wireless/ath/ar9170/
1204 1204
1205CARL9170 LINUX COMMUNITY WIRELESS DRIVER 1205CARL9170 LINUX COMMUNITY WIRELESS DRIVER
diff --git a/drivers/net/wireless/ath/ar9170/Kconfig b/drivers/net/wireless/ath/ar9170/Kconfig
index d7a4799d20f..7b9672b0d09 100644
--- a/drivers/net/wireless/ath/ar9170/Kconfig
+++ b/drivers/net/wireless/ath/ar9170/Kconfig
@@ -1,8 +1,10 @@
1config AR9170_USB 1config AR9170_USB
2 tristate "Atheros AR9170 802.11n USB support" 2 tristate "Atheros AR9170 802.11n USB support (OBSOLETE)"
3 depends on USB && MAC80211 3 depends on USB && MAC80211
4 select FW_LOADER 4 select FW_LOADER
5 help 5 help
6 This driver is going to get replaced by carl9170.
7
6 This is a driver for the Atheros "otus" 802.11n USB devices. 8 This is a driver for the Atheros "otus" 802.11n USB devices.
7 9
8 These devices require additional firmware (2 files). 10 These devices require additional firmware (2 files).