1. 15 2月, 2012 14 次提交
  2. 28 1月, 2012 2 次提交
  3. 21 12月, 2011 6 次提交
  4. 15 12月, 2011 3 次提交
  5. 08 12月, 2011 1 次提交
  6. 01 12月, 2011 5 次提交
  7. 08 11月, 2011 6 次提交
  8. 12 10月, 2011 2 次提交
    • E
      wl12xx: handle injected packets · 0f168014
      Eliad Peller 提交于
      Injected packets are sent with no vif, causing the wl12xx
      to NULL-dereference in multiple places.
      
      Furthermore, injected packets are currently not sent at all,
      as system_hlid doesn't belong to any specific role, so
      wl1271_skb_dequeue() never return its packets.
      
      Handle both these problems.
      Reported-by: NLuciano Coelho <coelho@ti.com>
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      0f168014
    • L
      wl12xx: use the same plat dev name for both SPI and SDIO · ccb62000
      Luciano Coelho 提交于
      There's no need to have the bus name included in the platform device
      name that we create.  The core driver doesn't need to know about the
      type of bus it uses.  Any differences between the buses that need to
      be handled differently in the core, can be passed in the platform data
      (as the pwr_in_suspend boolean does).
      
      Use "wl12xx" for the device name in both bus drivers.  Rename the
      platform driver name to "wl12xx_driver", just to differentiate from
      the platform device names.
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      ccb62000
  9. 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