blob: f6cc2625e34195c4c6220514e44381d9b3338f5a [file] [log] [blame]
Luis R. Rodriguez4bd43f52008-10-27 22:44:22 -07001config OTUS
2 tristate "Atheros OTUS 802.11n USB wireless support"
Greg Kroah-Hartman049e6262009-10-27 15:46:18 -07003 depends on USB && WLAN && MAC80211
Luis R. Rodriguez4bd43f52008-10-27 22:44:22 -07004 default N
5 ---help---
6 Enable support for Atheros 802.11n USB hardware:
7 * UB81 - 2x2 2.4 GHz
8 * UB82 - 2x2 2.4 GHz and 5 GHz
9 * UB83 - 1x2 2.4 GHz
10
11 This includes the following devices currently on the market:
12 Dlink DWA-160A1, Netgear WNDA3100 and WN111v2, TP-Link
13 TL-WN821N, and AVM FRITZ!WLAN N USB Stick.
14
15 This driver requires its own supplicant driver for
16 wpa_supplicant 0.4.8. For your convenience you can find the
17 tarball here:
18
19 http://www.kernel.org/pub/linux/kernel/people/mcgrof/otus/wpa_supplicant-0.4.8_otus.tar.bz2
20
21 Before compiling wpa_supplicant, ensure your .config has at
22 least the following:
23 CONFIG_WIRELESS_EXTENSION=y
24 CONFIG_EAP_WSC=y
25 CONFIG_WSC_IE=y
26 CONFIG_DRIVER_WEXT=y
27 CONFIG_DRIVER_OTUS=y
28
29 After a successful compile, you can use the Atheros device as
30 shown in the example:
31 $ wpa_supplicant -Dotus -i <atheros device from ifconfig> -c /path/to/wpa_supplicant.conf -d
32