1. 21 6月, 2012 1 次提交
  2. 08 6月, 2012 4 次提交
  3. 06 6月, 2012 1 次提交
  4. 05 6月, 2012 2 次提交
  5. 12 4月, 2012 7 次提交
  6. 10 4月, 2012 1 次提交
    • E
      wl12xx: adaptive sched scan dwell times · 6f407e5b
      Eyal Shapira 提交于
      Set the dwell times for sched scan according to the number
      of probe requests which are going to be transmitted.
      This should fix the too short dwell time problem which
      prevented some of the probe requests from being transmitted
      in cases of high number of SSIDs (10+) to be actively sched scanned.
      However, in the common case of having up to 1-2 SSIDs that
      require active scan, the dwell time would be kept to a minimum
      which should conserve power. This is important as sched scan
      also runs periodically while the host is suspended and there's
      great importance to keep power consumption as low as possible.
      Signed-off-by: NEyal Shapira <eyal@wizery.com>
      [fixed a couple of new strict checkpatch warnings]
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      6f407e5b
  7. 08 3月, 2012 1 次提交
  8. 15 2月, 2012 8 次提交
  9. 08 11月, 2011 1 次提交
  10. 07 10月, 2011 1 次提交
  11. 23 9月, 2011 1 次提交
  12. 14 9月, 2011 1 次提交
  13. 22 8月, 2011 4 次提交
  14. 06 7月, 2011 1 次提交
  15. 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: add automatic rx streaming triggers · 77ddaa10
      Eliad Peller 提交于
      When rx_streaming.interval is non-zero, use automatic rx streaming.
      Enable rx streaming on the each rx/tx packet, and disable it
      rx_streaming.duration msecs later.
      
      When rx_streaming.always=0 (default), rx streaming is enabled only
      when there is a coex operation.
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      77ddaa10
    • 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
  16. 01 6月, 2011 1 次提交
  17. 13 5月, 2011 1 次提交
  18. 02 5月, 2011 1 次提交