1. 11 12月, 2012 1 次提交
  2. 05 12月, 2012 1 次提交
    • A
      wlcore: improved Tx scheduling algorithm · 0e810479
      Arik Nemtsov 提交于
      Prioritize EDCA by choosing the AC before anything else. Use the
      fast/slow link bitmap in FW to improve the scheduling algorithm for
      the multi-link scenario.
      
      Set packet thresholds to determine if a given link is high or low
      priority according to its speed. A slow link will be given high priority
      if the amount of packets queued for it in the FW is lower than the
      slow-threshold. Similarly, a fast link will be given high priority if
      the number of its packets queued in FW is smaller than the high-threshold.
      
      The improved algorithm:
      1. Choose optimal AC according to FW utilization
      2. Traversing the VIFs in a round-robin fashion, try to choose a high
         priority link. Links are traversed in a round-robin fashion inside a
         VIF.
      3. If no high priority links are found, choose the first non-empty
         (low priority) link found in the round robin.
      Signed-off-by: NArik Nemtsov <arik@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      0e810479
  3. 04 12月, 2012 6 次提交
  4. 28 11月, 2012 1 次提交
  5. 27 11月, 2012 5 次提交
  6. 27 9月, 2012 7 次提交
  7. 18 7月, 2012 1 次提交
  8. 11 7月, 2012 4 次提交
  9. 22 6月, 2012 5 次提交
  10. 21 6月, 2012 2 次提交
    • A
      wl18xx: sane defaults for HT capabilities · fa2adfcd
      Arik Nemtsov 提交于
      Introduce a default set of HT capabilities that are set according to the
      number of antennas on the board. Move the HT setting code down to allow
      the number of antennas to be set (and optionally overridden) before it.
      
      Remove the "mimo" HT option, since the default mode now enables MIMO is
      possible.
      
      Use this opportunity to add a helper function for setting HT
      capabilities and reduce the volume of the code a bit.
      Signed-off-by: NArik Nemtsov <arik@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      fa2adfcd
    • A
      wlcore: allow setting sleep_auth before interface init · 66340e5b
      Arik Nemtsov 提交于
      Hold a value for sta_sleep_auth that is amenable to change by debugfs.
      When detecting a legal value in this variable on interface init, use it
      as an override value for sleep_auth.
      
      This makes debugging more intuitive using the debugfs value.
      
      Increment the conf version since we added an element to the conf
      structure.
      
      Note: An AP going up will always set sleep_auth to PSM_CAM.
      Signed-off-by: NArik Nemtsov <arik@wizery.com>
      Signed-off-by: NLuciano Coelho <coelho@ti.com>
      66340e5b
  11. 08 6月, 2012 1 次提交
  12. 07 6月, 2012 6 次提交