]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] zd1211rw: consistent handling of ZD1211 specific rates
authorUlrich Kunitz <kune@deine-taler.de>
Mon, 6 Aug 2007 00:24:31 +0000 (01:24 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:50:32 +0000 (16:50 -0700)
commit64f222cce2605420470d7a1f678783bdc2754af6
treea1d4a6b61eca5d57a527860325717571c02682c0
parent8e97afe56984237af2115368ca0a5c525049cbd2
[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>
drivers/net/wireless/zd1211rw/zd_chip.c
drivers/net/wireless/zd1211rw/zd_ieee80211.h
drivers/net/wireless/zd1211rw/zd_mac.c
drivers/net/wireless/zd1211rw/zd_mac.h