linux-kernel-test/drivers/net/wireless/zd1211rw
Daniel Drake 4481d6093e [PATCH] zd1211rw: Add UW2453 RF support
This patch adds support for another radio appearing in new devices: the
Ubec UW2453. It's more complicated than the other RF's we support, but
Ubec publish full tech specs so we're able to understand the vendor code
relatively well.

Now that we support UW2453, we also support Atheros' new USB chip: the
AR5007UG. From the little info we have, this appears to be just a
rebranded ZD1211B.

This RF code doesn't work very well -- lots more TX/RX errors than the
other RFs. However, the vendor driver doesn't do any better, so this is
all we can do for now.

[kune@deine-taler.de: bug fixes]
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: Extend RF layer 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 [PATCH] ZyDAS ZD1211 USB-WLAN driver 2006-07-05 13:42:58 -04:00
zd_rf_al2230.c [PATCH] zd1211rw: rework band edge patching 2007-04-28 11:01:03 -04:00
zd_rf_al7230b.c [PATCH] zd1211rw: Add AL7230B RF support for ZD1211B 2007-04-28 11:01:04 -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: Add UW2453 RF support 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 [PATCH] ZyDAS ZD1211 USB-WLAN driver 2006-07-05 13:42:58 -04:00
zd_util.h [PATCH] ZyDAS ZD1211 USB-WLAN driver 2006-07-05 13:42:58 -04:00