android_kernel_samsung_msm8976/drivers/net/wireless/zd1211rw
Daniel Drake 74553aedd4 [PATCH] zd1211rw: Defer firmware load until first ifup
While playing with the firmware a while back, I discovered a way to
access the device's entire address space before the firmware has been
loaded.

Previously we were loading the firmware early on (during probe) so that
we could read the MAC address from the EEPROM and register a netdevice.
Now that we can read the EEPROM without having firmware, we can defer
firmware loading until later while still reading the MAC address early
on.

This has the advantage that zd1211rw can now be built into the kernel --
previously if this was the case, zd1211rw would be loaded before the
filesystem is available and firmware loading would fail.

Firmware load and other device initialization operations now happen the
first time the interface is brought up.

Some architectural changes were needed: handling of the is_zd1211b flag
was moved into the zd_usb structure, MAC address handling was obviously
changed, and a preinit_hw stage was added (the order is now: init,
preinit_hw, init_hw).

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2007-07-10 14:14:56 -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: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_chip.h [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -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: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_mac.h [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_netdev.c [PATCH] zd1211rw: Support for multicast addresses 2006-12-05 19:31:32 -05:00
zd_netdev.h
zd_rf.c [PATCH] zd1211rw: Detect more AL2230S radios 2007-07-10 14:14:56 -04:00
zd_rf.h [PATCH] zd1211rw: Detect more AL2230S radios 2007-07-10 14:14:56 -04:00
zd_rf_al2230.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_rf_al7230b.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_rf_rf2959.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_rf_uw2453.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_usb.c [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_usb.h [PATCH] zd1211rw: Defer firmware load until first ifup 2007-07-10 14:14:56 -04:00
zd_util.c
zd_util.h