linux-hardened/drivers/net/wireless/zd1211rw
Daniel Drake ee30276774 [PATCH] zd1211rw: Consistency for address space constants
The zd1211rw address space has confused me once too many times. This
patch introduces the following naming notation:

Memory space is split into segments (cr, fw, eeprom) and segments may
contain components (e.g. boot code inside eeprom). These names are
arbitrary and only for the description below:

x_START: Absolute address of segment start
(previously these were named such as CR_BASE_OFFSET, but they weren't
really offsets unless you were considering them as an offset to 0)

x_LEN: Segment length

x_y_LEN: Length of component y of segment x

x_y_OFFSET: Relative address of component y into segment x. The absolute
address for this component is (x_START + x_y_OFFSET)

I also renamed EEPROM registers to EEPROM data. These 'registers' can't
be written to using standard I/O and really represent predefined data
from the vendor.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2007-02-05 16:58:42 -05:00
..
Kconfig [PATCH] ZyDAS ZD1211 USB-WLAN driver 2006-07-05 13:42:58 -04:00
Makefile [PATCH] zd1211rw: Support AL7230B RF 2006-08-14 15:43:21 -04:00
zd_chip.c [PATCH] zd1211rw: Generic HMAC initialization 2007-02-05 16:58:41 -05:00
zd_chip.h [PATCH] zd1211rw: Consistency for address space constants 2007-02-05 16:58:42 -05:00
zd_def.h [PATCH] zd1211rw: cleanups 2006-12-02 00:12:05 -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: Rename cs_rate to zd_rate 2006-12-02 00:12:05 -05:00
zd_mac.c [PATCH] zd1211rw: Call ieee80211_rx in tasklet 2006-12-19 16:09:59 -05: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.c [PATCH] zd1211rw: cleanups 2006-08-14 15:43:23 -04:00
zd_rf.h [PATCH] zd1211rw: Support AL7230B RF 2006-08-14 15:43:21 -04:00
zd_rf_al2230.c [PATCH] zd1211rw: AL2230 ZD1211B vendor sync 2006-08-14 15:43:21 -04:00
zd_rf_al7230b.c [PATCH] zd1211rw: Support AL7230B RF 2006-08-14 15:43:21 -04:00
zd_rf_rf2959.c [PATCH] ZyDAS ZD1211 USB-WLAN driver 2006-07-05 13:42:58 -04:00
zd_types.h [PATCH] zd1211rw: Consistency for address space constants 2007-02-05 16:58:42 -05:00
zd_usb.c [PATCH] zd1211rw: Consistency for address space constants 2007-02-05 16:58:42 -05:00
zd_usb.h Revert "[PATCH] zd1211rw: Removed unneeded packed attributes" 2006-11-28 14:16:37 -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