Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.29 32 lines 1.1 kB view raw
1config OTUS 2 tristate "Atheros OTUS 802.11n USB wireless support" 3 depends on USB && WLAN_80211 && MAC80211 4 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