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