1. 11 10月, 2011 1 次提交
    • E
      wl12xx: refactor fw init into a new function · 1d095475
      Eliad Peller 提交于
      The fw boot and initialization currently happens inside the
      add_interface() callback. This is wrong, as add_interface is
      called for each new vif. However, we due to some fw limitation
      (we have to know the actual mac address on boot), we can't
      completely move it into the start() callback.
      
      Until the fw will be fixed, refactor the fw init into
      a new function, and call it from add_interface()
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      1d095475
  2. 07 10月, 2011 32 次提交
  3. 05 10月, 2011 1 次提交
  4. 04 10月, 2011 6 次提交