On Wed, 2009-10-14 at 09:35 -0700, Graham, David wrote: > > e100_resume() > e100_up() > e100_hw_init() > e100_reset_hw() /* full reset of HW here */ > e100_load_ucode_wait() > e100_request_firmware() > request_firmware() .....
You missed a bit. At some point in there there's a release_firmware() call. What if you _don't_ do that. And you replace the request_firmware() above with an 'if (!fw) request_firmware();' At the wireless summit we talked about better approaches, which are still being looked at -- but the above should do just fine for now. -- dwmw2 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel