1. 08 11月, 2011 4 次提交
  2. 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
  3. 11 10月, 2011 33 次提交
  4. 07 10月, 2011 1 次提交