diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2011-03-25 15:21:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-07 15:24:37 -0400 |
commit | b0006e69615868f3dfdfe2bd64eb11973f1208fc (patch) | |
tree | 6c0301988bf8d8ab91c2f5461aa193b3e2f9f62f /drivers/net/wireless/ath/ar9170/Kconfig | |
parent | 26d59535aa08386b97ece58a27bb16fca4f066db (diff) |
ar9170usb: purge obsolete driver
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ar9170/Kconfig')
-rw-r--r-- | drivers/net/wireless/ath/ar9170/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/net/wireless/ath/ar9170/Kconfig b/drivers/net/wireless/ath/ar9170/Kconfig deleted file mode 100644 index 7b9672b0d090..000000000000 --- a/drivers/net/wireless/ath/ar9170/Kconfig +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | config AR9170_USB | ||
2 | tristate "Atheros AR9170 802.11n USB support (OBSOLETE)" | ||
3 | depends on USB && MAC80211 | ||
4 | select FW_LOADER | ||
5 | help | ||
6 | This driver is going to get replaced by carl9170. | ||
7 | |||
8 | This is a driver for the Atheros "otus" 802.11n USB devices. | ||
9 | |||
10 | These devices require additional firmware (2 files). | ||
11 | For now, these files can be downloaded from here: | ||
12 | |||
13 | http://wireless.kernel.org/en/users/Drivers/ar9170 | ||
14 | |||
15 | If you choose to build a module, it'll be called ar9170usb. | ||
16 | |||
17 | config AR9170_LEDS | ||
18 | bool | ||
19 | depends on AR9170_USB && MAC80211_LEDS && (LEDS_CLASS = y || LEDS_CLASS = AR9170_USB) | ||
20 | default y | ||