1. 15 2月, 2012 1 次提交
    • L
      wl12xx: read chip ID and HW PG version during probe · 30c5dbd1
      Luciano Coelho 提交于
      In order to read the MAC addresses from the fuse ROM, we need to know
      the chip ID and the HW PG version.  We need to know the MAC address
      during probe, because that's when we register our HW with mac80211.
      
      To prepare for that, this patch reads the chip ID and HW PG version
      during probe instead of doing it at boot time.  We power the chip on
      briefly in order to do that.
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      30c5dbd1
  2. 11 10月, 2011 1 次提交
    • L
      wl12xx: move debugging definitions to a separate file · 0f4e3122
      Luciano Coelho 提交于
      Separate the debugging macros and other definitions to a new debug.h
      file.  This is be needed because the sdio and spi modules don't need
      to depend on the wl12xx module anymore, but still need to include
      wl12xx.h.  Currently they do depend on it, because of the debugging
      global that wl12xx exports.  A future patch will remove this
      dependency.
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      0f4e3122