Go back –> [[en/users/Drivers|Linux wireless drivers]] ===== Atheros Linux wireless drivers ===== This page documents all [[http://www.atheros.com/|Atheros Communications]] Linux wireless drivers. ===== Contribution map ===== We have a [[https://docs.google.com/spreadsheet/ccc?key=0AtNdeeyGJEJ7dG45U2xrZldlQm80Nlg5QzEwUmtNUGc|Google Drive spreadsheet]] with graphs you can view. Several formats are available: * [[https://docs.google.com/spreadsheet/pub?key=0AtNdeeyGJEJ7dG45U2xrZldlQm80Nlg5QzEwUmtNUGc&output=html|HTML]] * [[https://docs.google.com/spreadsheet/pub?key=0AtNdeeyGJEJ7dG45U2xrZldlQm80Nlg5QzEwUmtNUGc&output=pdf|PDF]] * [[https://spreadsheets.google.com/feeds/list/0AtNdeeyGJEJ7dG45U2xrZldlQm80Nlg5QzEwUmtNUGc/od6/public/basic|ATOM]] * [[https://spreadsheets.google.com/feeds/list/0AtNdeeyGJEJ7dG45U2xrZldlQm80Nlg5QzEwUmtNUGc/od6/public/basic?alt=rss|RSS]] * [[https://docs.google.com/spreadsheet/pub?key=0AtNdeeyGJEJ7dG45U2xrZldlQm80Nlg5QzEwUmtNUGc&output=ods|ODS]] * [[https://docs.google.com/spreadsheet/pub?key=0AtNdeeyGJEJ7dG45U2xrZldlQm80Nlg5QzEwUmtNUGc&output=csv|CSV]] If you'd like to contribute please contact one of the device driver maintainers. ===== Shared modules ===== Atheros drivers tend to follow a lineage of hardware families and as they progress pick things up from one family or another and sometimes keep things the same. So hardware or EEPROM layouts can share certain characteristics and the same code can be reused through different hardware families. Shared module for Atheros 802.11 drivers: * [[en/users/Drivers/ath|ath]] - code that is common amongst all hardware families ===== IRC ===== For support and development for all drivers we use the [[en/users/Support|#linux-wireless IRC channel]] on irc.freenode.net. ===== PCI / PCI-E / AHB Drivers ===== |**Technology** |**Upstream driver** | |802.11abg |[[en/users/Drivers/ath5k|ath5k]] | |802.11abgn |[[en/users/Drivers/ath9k|ath9k]] | |802.11ac |[[en/users/Drivers/ath10k|ath10k]] | |802.11ad |[[en/users/Drivers/wil6210|wil6210]] | ===== USB Drivers ===== |**Technology** |**Legacy driver** |**Upstream driver** | |802.11b |None |[[en/users/Drivers/zd1201|zd1201]] | |802.11bg |[[http://sf.net/projects/zd1211/|zd1211]] |[[en/users/Drivers/zd1211rw|zd1211rw]] | |802.11abg |None |[[en/users/Drivers/ar5523|ar5523]] | |802.11abgn |[[en/users/Drivers/otus|otus]] / [[en/users/Drivers/ar9170|ar9170]] | [[en/users/Drivers/carl9170|carl9170]] ([[en/users/Drivers/carl9170.fw|carl9170.fw GPLv2]]) | |802.11abgn |None |[[en/users/Drivers/ath9k_htc|ath9k_htc]] | ===== Mobile (SDIO & CF) ===== * [[en/users/Drivers/ar6k|ar6k]] - Non-upstream GPL mobile driver, as used by [[OpenMoko|OpenMoko]] * [[en/users/Drivers/ath6kl|ath6kl]] - Reference driver from Atheros for AR600x with cfg80211 support ===== Licensing ===== To help other FOSS Operating Systems, when possible, Atheros licenses their device drivers source code under a permissive license. Atheros picked the [[http://en.wikipedia.org/wiki/ISC_license|ISC License]] due to historical reasons, mainly that of the ath5k developers also choosing it to help share code between Linux and OpenBSD. Atheros follows this tradition to further assist not only OpenBSD but also other FOSS Operating Systems. There are a few exceptions to using the ISC license on Atheros drivers, when in doubt consult the header of the file for the respective license of the file. As far as firmware is concerned Atheros does try to open source firmware when possible with the first release being that of [[en/users/Drivers/ar9170.fw|ar9170.fw]]. When not possible (lack of resources mainly) we do try to work with the community to see if this can be done through side community work, and only if not possible at all do we release firmware as binary with a friendly standard redistributable license.