1. 22 5月, 2008 1 次提交
  2. 13 5月, 2008 1 次提交
  3. 29 4月, 2008 1 次提交
  4. 07 3月, 2008 1 次提交
  5. 29 1月, 2008 3 次提交
  6. 19 10月, 2007 1 次提交
  7. 11 10月, 2007 5 次提交
  8. 18 7月, 2007 2 次提交
  9. 16 7月, 2007 1 次提交
  10. 11 7月, 2007 2 次提交
    • D
      [PATCH] zd1211rw: Defer firmware load until first ifup · 74553aed
      Daniel Drake 提交于
      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: NDaniel Drake <dsd@gentoo.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      74553aed
    • D
      [PATCH] zd1211rw: Add ID for Buffalo WLI-U2-KG54L · 93f510bb
      Daniel Drake 提交于
      Tested by Zen Kato
      zd1211b chip 0411:00da v4810 high 00-16-01 AL2230S_RF pa0 g--N-
      Signed-off-by: NDaniel Drake <dsd@gentoo.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      93f510bb
  11. 09 7月, 2007 1 次提交
  12. 08 5月, 2007 3 次提交
  13. 28 4月, 2007 4 次提交
  14. 24 4月, 2007 1 次提交
  15. 08 2月, 2007 3 次提交
  16. 06 2月, 2007 5 次提交
  17. 20 12月, 2006 1 次提交
  18. 02 12月, 2006 4 次提交