README

The program create_fw_files creates the firmware files for the
chips ZD1211 and ZD1211B, which are used in WLAN USB sticks. Copy
these files to /lib/firmware/zd1211, where it can be loaded by the
rewritten zd1211 driver. 

The program is distributed under the GNU Public License. See the
file COPYING. The files are generated from C header files
distributed in the original Linux ZD1211 driver under the GNU
Public License by ZyDAS, which allows us to distribute parts of
this work separately in source code. 

The full source of the original ZYDAS driver is available from
http://www.deine-taler.de/zd1211/.

INSTALL

As normal user type make.

$ make

Change to root and call make with install again.

# make install

Alternatively you can use sudo:

$ sudo make install

The files will be then stored under /lib/firmware/zd1211. Some
distributions make the location kernel version specific, which is
usually not necessary.

Current Header Files

The header files have been copied from the version 2_16_0_0 of the Zydas
driver at 2006-12-25.
