Go back –> Atheros Linux wireless drivers

zd1211rw

A large proportion of USB-wireless devices on the consumer market are based on the ZyDAS ZD1211. Several months after the acquisition, Atheros rebranded the chip to AR5007UG.

zd1211rw is a community effort to rewrite ZyDAS's ZD1211 driver. zd1211rw has been included in the kernel since Linux 2.6.18.

On January 11th 2006, a few developers announced a very early version of a rewritten driver, which had been under development for a few days. Soon after doing so, Ulrich Kunitz announced that he had already been working on a rewrite driver for a few weeks. Ulrich's design was clean and was at a further stage in development, so became the base of the future rewrite effort.

On April 5th 2006, we gave a short presentation at the Linux Wireless developers summit. LWN has a report of the summit (photo here)

On April 17th 2006, we announced initial zd1211rw usability on the mailing list.

On July 4th 2006, an early version of zd1211rw was merged into Linus' kernel, just in time for 2.6.18-rc1

On December 2nd 2006, Michael Wu ported zd1211rw to the cutting-edge mac80211 wireless stack for later inclusion in Linux 2.6.25. Also, Daniel and Michael attended the 2nd Linux Wireless Summit.

In May 2007, Atheros rebranded the ZD1211B chip but don't appear to have made other changes. The new chip name is Atheros AR5007UG (alternatively known as AR2524/AR5524). The hardware is supported by the current driver in recent kernel releases.

Subcontent

Supported Devices

zd1211rw supports devices based on the following chipsets:

For a complete listing of supported products, see the device list.

Status

Feature

Status

ZyDAS chips supported

ZD1211 and ZD1211B (in one kernel module)

RF types supported (ZD1211)

AL2230, AL2230S, RF2959, AL7230B, UW2453

RF types supported (ZD1211B)

AL2230, AL2230S, AL7230B, UW2453

Support for multiple concurrent devices

yes

Connecting to open networks

working

Connecting to WEP networks

working

Connecting to WPA networks/wpa_supplicant

working

Monitor mode

working

Mesh mode

working, see o11s project site

Master mode

not yet

Ad-hoc mode

working

802.11a support

not yet

Hardware encryption

not yet

Largepacket + TX-burst support

not yet

Automatic rate selection/management

yes

iwconfig parameters supported

essid, mode, key, channel, ap, rate

Ability to change MAC address

yes

Power management support

? (probably not yet)

Automatic TX power calibration

not yet (fixed TX power currently)

Complying with local regulations

yes (channel masks implemented)

Architectures tested

x86, PPC32, x86-64, ARM

ChangeLog

Linux 2.6.26

Linux 2.6.25

Linux 2.6.24

Linux 2.6.23

Linux 2.6.22

Linux 2.6.21.5

Linux 2.6.21

Linux 2.6.20

Linux 2.6.19

Linux 2.6.18

Firmware

Requirements

Performance

Debugging

USB ID's and RF types

We have *not* copied over the list of USB ID's from the ZyDAS driver. We wish to confirm that the RF is supported for each device, and that the device actually works with our driver, before we add the USB ID.

For an explanation of RF types, see this page. We'll add support for more RFs if we see them included in devices available on the market (i.e. if you tell us!).

We currently support most of the IDs listed in the vendor and vendor-based drivers, but not all. You may have to add your own ID before using the driver – there are more detailed instructions available.

Patches

If you wish to contribute, send patches to the linux-wireless mailing list with Daniel and Ulrich on CC (no subscription required). Note there are some bounties available for patches!

Please sign off on your patches, because your patch will probably end up in the kernel source.

Contact