linux/drivers/net/wireless/zd1211rw
Ulrich Kunitz 741fec53f2 [PATCH] zd1211rw: cleanups
Bit-field constants in zd_chip.h are now defined using a shift expression.
The value 0x08 is now (1 << 3). The fix is intended to improve readability.

Remove misleading comment in zd_mac.c: The function already returns -EPERM
in managed mode (IW_MODE_INFRA).

Remove unused code in zd_mac.c: The unused code intended for debugging
rx_status values is no longer useful.

Added dump_stack() to ZD_ASSERT macro: Output of the stack helps to debug
assertions. Keep in mind that the ZD_ASSERT() macro only results in code,
if DEBUG is defined.

Improved comments for filter_rx()

zd_usb.c: Added driver name to module init and exit functions

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>
2006-12-02 00:12:05 -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: Add LED support 2006-09-25 16:52:17 -04:00
zd_chip.h [PATCH] zd1211rw: cleanups 2006-12-02 00:12:05 -05:00
zd_def.h [PATCH] zd1211rw: cleanups 2006-12-02 00:12:05 -05:00
zd_ieee80211.c [PATCH] zd1211rw: Remove IW_FREQ_AUTO support 2006-12-02 00:12:05 -05:00
zd_ieee80211.h Revert "[PATCH] zd1211rw: Removed unneeded packed attributes" 2006-11-28 14:16:37 -05:00
zd_mac.c [PATCH] zd1211rw: cleanups 2006-12-02 00:12:05 -05:00
zd_mac.h [PATCH] zd1211rw: Remove IW_FREQ_AUTO support 2006-12-02 00:12:05 -05:00
zd_netdev.c [PATCH] zd1211rw: Remove IW_FREQ_AUTO support 2006-12-02 00:12:05 -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: 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_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_types.h [PATCH] ZyDAS ZD1211 USB-WLAN driver 2006-07-05 13:42:58 -04:00
zd_usb.c [PATCH] zd1211rw: cleanups 2006-12-02 00:12:05 -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