[PATCH] zd1211rw: Fix E2P_PHY_REG patching
authorDaniel Drake <dsd@gentoo.org>
Tue, 3 Apr 2007 22:17:37 +0000 (23:17 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Apr 2007 18:35:56 +0000 (14:35 -0400)
Due to conflicting/confusing defines in the vendor driver, we were
reading E2P_PHY_REG from the wrong location.

CR157 patching was slightly incorrect in that the vendor driver only
patches in an 8-bit value, whereas we were patching 24 bits.

Additionally, CR157 patching was happening on both zd1211 and zd1211b,
but this should only happen on zd1211.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: Ulrich Kunitz <kune@deine-taler.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found