On Wed, 8 Sep 2010 16:25:25 -0700, Steve deRosier <steve@xxxxxxxxxxx> wrote: > mac80211 requires that the MAC address be known and set before calling > ieee80211_register_hw(). If this isn't done, we see bad MAC addresses > in our packet headers. In order to make this happen, I had to restructure > to have if_sdio_probe load the firmware and get the hardware specs. > > I had to add a if_sdio_update_hw_spec function as if_sdio can't use the > standard > command as several required variables aren't setup yet. > if_sdio_update_hw_spec essentially uses polled io to get the hw spec > command response from the card. You should probably keep this for development purposes, but it will break if your code is built into the kernel. The working model we've adopted to solve this is to use request_firmware_nowait() in probe, and then only continue doing work when the firmware loading returns (and then register with mac80211 etc) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html