kernel-ark/drivers/net/wireless/zd1211rw
Daniel Drake aaf83d4fc4 [PATCH] zd1211rw: Make CCK gain patching conditional on RF type
The vendor driver code suggests that CR47 patching happens on every channel
change for every RF (depending on bit 8 in POD).

Due to a bug in their driver (upper bits of RF_Mode get zeroed out, then
are examined for 1s when setting some other flags), this isn't actually
what happens, and their generic CCK patching routine never takes effect.

Some of their RF configurations do include explicit (duplicated) code
for CR47 patching though. This patch makes zd1211rw match that
behaviour.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2007-07-08 22:16:37 -04: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: Make CCK gain patching conditional on RF type 2007-07-08 22:16:37 -04:00
zd_chip.h [PATCH] zd1211rw: Add UW2453 RF support 2007-07-08 22:16:37 -04:00
zd_def.h [PATCH] zd1211rw: Remove addressing abstraction 2007-02-05 16:58:42 -05: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: Remove addressing abstraction 2007-02-05 16:58:42 -05:00
zd_mac.c [PATCH] zd1211rw: Don't handle broken frames in monitor mode 2007-04-28 11:01:01 -04:00
zd_mac.h [PATCH] zd1211rw: Call ieee80211_rx in tasklet 2006-12-19 16:09:59 -05: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: Make CCK gain patching conditional on RF type 2007-07-08 22:16:37 -04:00
zd_rf_al7230b.c [PATCH] zd1211rw: Make CCK gain patching conditional on RF type 2007-07-08 22:16:37 -04:00
zd_rf_rf2959.c [PATCH] zd1211rw: Mark some data const 2007-04-28 11:01:01 -04:00
zd_rf_uw2453.c [PATCH] zd1211rw: Add UW2453 RF support 2007-07-08 22:16:37 -04:00
zd_rf.c [PATCH] zd1211rw: Add UW2453 RF support 2007-07-08 22:16:37 -04:00
zd_rf.h [PATCH] zd1211rw: Make CCK gain patching conditional on RF type 2007-07-08 22:16:37 -04:00
zd_usb.c [PATCH] zd1211rw: Add ID for ZyXEL G-200v2 2007-07-08 22:16:37 -04:00
zd_usb.h [PATCH] zd1211rw: Remove addressing abstraction 2007-02-05 16:58:42 -05:00
zd_util.c
zd_util.h