ath6kl related

来源:互联网 发布:程序员被勒索1000万 编辑:程序博客网 时间:2024/06/13 09:58

本文转载至:http://wireless.kernel.org/en/users/Drivers/ath6kl

Introduction

'ath6kl' is the FullMAC wireless driver for Atheros AR600x family of chips, for example AR6003, AR6004 and AR6005.

Features

  • Station (client) mode
  • IBSS (Ad-Hoc) mode
  • AP mode (requires wpasupplicant/hostapd 1.0 or newer)
  • 802.11abg
  • 802.11n
    • HT20
    • HT40
    • AMPDU
    • Short GI (40 MHz only)
  • 802.11i
    • WEP 64 / 127
    • WPA1 / WPA2
  • 802.11d
  • 802.11h
  • WMM
  • RFKILL
  • BT co-existence

Not supported:

  • monitor mode (no firmware support)

Supported chipsets

  • AR6003 SDIO

  • AR6004 USB/SDIO

  • AR6005 SDIO (recognised as ar6003)

Status

This driver is upstream as part of the Linux 2.6.37 release under the staging area. From Linux 3.2 onwards it was promoted from staging to a proper wireless driver.

It is also available for older kernels through the stable compat-wireless releases.

Hacking on ath6kl

ath6kl is now part of wireless kernel trees. All the development happens in githubgithub's ath6kl project. To clone the tree:

git clone git://github.com/kvalo/ath.git

The driver is located in drivers/net/wireless/ath/ath6kl. To compile the driver enable CONFIG_ATH6KL which is found under Device Drivers/Network device support/Wireless LAN/Atheros Wireless Cards/Atheros ath6kl support. Also enable CONFIG_ATH6KL_DEBUG to include all debugging code.

Send any patches to Kalle Valo < kvalo@qca.qualcomm.com >, but remember also to CC both < ath6kl@lists.infradead.org > and < linux-wireless@vger.kernel.org. To learn more about git you can refer to our Git guide. It even documents how to send patches with git format-patch.

Support

For technical support send email to < ath6kl@lists.infradead.org >, which is a public mailing list for ath6kl developers and users. Everyone are welcome tosubcribe to the list.

In case there's something you want to send privately just to QCA engineers, you can send email to <ath6kl-devel@qca.qualcomm.com >. But due to lack of time, ath6kl developers are not normally able to give private support, so please send questions to the public mailing list. You get better answers that way.

IRC

We have an IRC channel with some of the ath6kl people.

IRC server: irc.freenode.netIRC channel: #ath6kl

Please take into account the different timezones and schedules, it might take a long time to get an answer.

Note: Windows boxen by default seem to block IRC ports so go find yourself a Linux box;)

Firmware

Get the firmware from linux-firmware.git.

Devices

  • Dell Latitude ST Tablet (AR6003 on SDIO)

Subscribe to this page!

You should subscribe to this page so you can get e-mail updates on changes and news for ath6kl automatically. You'll get an e-mail as soon as this page gets updated.

Statistics on contributions

Visit the ath6kl contribution map for details on contributions. If you'd like to help keep this information up to date contact the ath6kl maintainers.

Other stuff

  • TODO list

  • architecture of ath6kl

  • Setting up ath6kl

  • debugging help and tips

  • ath6kl coding style


0 0
原创粉丝点击