linux/drivers/net/wireless/zd1211rw
Ulrich Kunitz 64f222cce2 [PATCH] zd1211rw: consistent handling of ZD1211 specific rates
As pointed out by Daniel Drake, the zd1211rw driver used several
different rate values and names throughout the driver. He has
written a patch to change it and tweaked it after some pretty wild
ideas from my side. But the discussion helped me to understand the
problem better and I think I have nailed it down with this patch.

A zd-rate will consist from now on of a four-bit "pure" rate value
and a modulation type flag as used in the ZD1211 control set used
for packet transmission. This is consistent with the usage in the
zd_rates table. If possible these zd-rates should be used in the
code.

Signed-off-by: Ulrich Kunitz <kune@deine-taler.de>
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2007-10-10 16:50:32 -07:00
..
Kconfig [WIRELESS]: Refactor wireless Kconfig. 2007-04-25 22:29:40 -07:00
Makefile [PATCH] zd1211rw: Add UW2453 RF support 2007-07-08 22:16:37 -04:00
zd_chip.c [PATCH] zd1211rw: consistent handling of ZD1211 specific rates 2007-10-10 16:50:32 -07:00
zd_chip.h [PATCH] zd1211rw: monitor all packets 2007-10-10 16:49:34 -07:00
zd_def.h Clean up duplicate includes in drivers/net/ 2007-10-10 16:50:26 -07:00
zd_ieee80211.c [PATCH] zd1211rw: Allow channels 1-13 in Japan 2006-12-02 00:12:05 -05:00
zd_ieee80211.h [PATCH] zd1211rw: consistent handling of ZD1211 specific rates 2007-10-10 16:50:32 -07:00
zd_mac.c [PATCH] zd1211rw: consistent handling of ZD1211 specific rates 2007-10-10 16:50:32 -07:00
zd_mac.h [PATCH] zd1211rw: consistent handling of ZD1211 specific rates 2007-10-10 16:50:32 -07:00
zd_netdev.c [PATCH] zd1211rw: Support for multicast addresses 2006-12-05 19:31:32 -05:00
zd_netdev.h
zd_rf_al2230.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_rf_al7230b.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_rf_rf2959.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_rf_uw2453.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_rf.c [PATCH] zd1211rw: Detect more AL2230S radios 2007-07-10 14:14:56 -04:00
zd_rf.h [PATCH] zd1211rw: Detect more AL2230S radios 2007-07-10 14:14:56 -04:00
zd_usb.c [PATCH] zd1211rw: Add ID for Sitecom WL-162 2007-10-10 16:50:31 -07:00
zd_usb.h [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_util.c
zd_util.h