1. 05 6月, 2012 2 次提交
  2. 30 5月, 2012 1 次提交
  3. 17 5月, 2012 1 次提交
  4. 16 5月, 2012 1 次提交
  5. 12 4月, 2012 8 次提交
  6. 15 2月, 2012 2 次提交
  7. 15 12月, 2011 1 次提交
  8. 11 10月, 2011 3 次提交
  9. 07 10月, 2011 5 次提交
  10. 14 9月, 2011 1 次提交
  11. 22 8月, 2011 7 次提交
  12. 13 8月, 2011 1 次提交
  13. 06 7月, 2011 2 次提交
  14. 27 6月, 2011 3 次提交
    • I
      wl12xx: Support routing FW logs to the host · 95dac04f
      Ido Yariv 提交于
      A recently added feature to the firmware enables the driver to retrieve
      firmware logs via the host bus (SDIO or SPI).
      
      There are two modes of operation:
      1. On-demand: The FW collects its log in an internal ring buffer. This
         buffer can later be read, for example, upon recovery.
      2. Continuous: The FW pushes the FW logs as special packets in the RX
         path.
      
      Reading the internal ring buffer does not involve the FW. Thus, as long
      as the HW is not in ELP, it should be possible to read the logs, even if
      the FW crashes.
      
      A sysfs binary file named "fwlog" was added to support this feature,
      letting a monitor process read the FW messages. The log is transferred
      from the FW only when available, so the reading process might block.
      Signed-off-by: NIdo Yariv <ido@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      95dac04f
    • E
      wl12xx: remove unused crc7 references · a0111302
      Eliad Peller 提交于
      crc7 is used only in wl12xx_spi.
      
      Remove redundant crc7.h includes, and update Kconfig to select CRC7
      only if WL12XX_SPI is being selected.
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      a0111302
    • E
      wl12xx: add support for rx streaming · f84673d5
      Eliad Peller 提交于
      wl12xx supports the "rx streaming" feature:
      
      When in ps mode, and @timeout msecs have been passed since
      the last rx/tx, it issues trigger packets (QoS-null/PS-Poll packets,
      according to the ac type) in const intervals (in order to reduce
      the rx time).
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      f84673d5
  15. 02 5月, 2011 2 次提交