1. 25 1月, 2011 6 次提交
  2. 15 12月, 2010 2 次提交
    • J
      wl12xx: Change TX queue to be per AC · 6742f554
      Juuso Oikarinen 提交于
      With the current single-queue implementation traffic priorization is not
      working correctly - when using multiple BE streams and one, say VI stream,
      the VI stream will share bandwidth almost equally with the BE streams.
      
      To fix the issue, implement per AC queues, which are emptied in priority
      order to the firmware. To keep it relatively simple, maintain a global
      buffer count and global queue stop/wake instead of per-AC.
      
      With these changes, priorization appears to work just fine.
      Signed-off-by: NJuuso Oikarinen <juuso.oikarinen@nokia.com>
      Signed-off-by: NLuciano Coelho <luciano.coelho@nokia.com>
      6742f554
    • E
      wl12xx: allow runtime changing of debug_level · 17c1755c
      Eliad Peller 提交于
      Currently, the debug level is set in compilation time (by the DEBUG_LEVEL
      const). This method has the advantage of compiling only the relevant
      messages, while optimizing out the unused ones.
      
      In order to allow runtime control over the debug_level, while optimizing
      out messages when debug messages are not needed, we combine some methods:
      1. use dynamic_debug (pr_debug) rather then printk.
      2. add debug_level module param in order to set debug level during insmod.
      3. add debug_level sysfs file in order to allow dynamic control over the
         debug level.
      
      Since patches for pr_debug_hex_dump() implementation haven't been applied yet,
      we are still temporarly using print_hex_dump().
      Signed-off-by: NEliad Peller <eliad@wizery.com>
      Signed-off-by: NLuciano Coelho <luciano.coelho@nokia.com>
      17c1755c
  3. 02 12月, 2010 1 次提交
  4. 26 11月, 2010 1 次提交
  5. 22 11月, 2010 1 次提交
  6. 16 11月, 2010 3 次提交
  7. 05 10月, 2010 1 次提交
  8. 28 9月, 2010 6 次提交
  9. 21 9月, 2010 2 次提交
  10. 30 7月, 2010 1 次提交
  11. 09 7月, 2010 2 次提交
  12. 03 6月, 2010 5 次提交
  13. 08 5月, 2010 2 次提交
  14. 10 4月, 2010 2 次提交
  15. 07 4月, 2010 1 次提交
  16. 01 4月, 2010 3 次提交
  17. 24 3月, 2010 1 次提交