1. 29 9月, 2012 3 次提交
  2. 25 9月, 2012 1 次提交
  3. 08 9月, 2012 2 次提交
  4. 07 8月, 2012 3 次提交
  5. 18 7月, 2012 1 次提交
  6. 23 6月, 2012 1 次提交
  7. 12 6月, 2012 1 次提交
    • A
      mwifiex: fix simultaneous scan and Tx traffic problem · 3249ba73
      Amitkumar Karwar 提交于
      If scan operation is started when Tx traffic is already running,
      driver locks Tx queue until it gets completed. With this logic
      there is a delay for Tx packets.
      
      This patch implements new approach to give Tx path higher priority
      in this case. Driver internally sends multiple synchronous scan
      commands to firmware when scan is requested by user. Now we will
      make sure that Tx queue is empty everytime before sending next scan
      command. If Tx queue isn't empty scan command will be postponsed by
      20msec. This rule will be followed until Tx queue becomes empty or
      timeout of 1 second happens. In case of timeout scan operation will
      be aborted.
      Signed-off-by: NAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: NBing Zhao <bzhao@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3249ba73
  8. 17 5月, 2012 1 次提交
  9. 24 4月, 2012 1 次提交
  10. 13 4月, 2012 1 次提交
  11. 15 3月, 2012 1 次提交
  12. 01 3月, 2012 1 次提交
  13. 07 2月, 2012 2 次提交
  14. 25 1月, 2012 1 次提交
  15. 22 12月, 2011 1 次提交
  16. 14 12月, 2011 1 次提交
  17. 12 11月, 2011 1 次提交
  18. 15 10月, 2011 1 次提交
  19. 13 10月, 2011 1 次提交
  20. 01 10月, 2011 1 次提交
  21. 13 8月, 2011 1 次提交
  22. 09 8月, 2011 1 次提交
  23. 11 5月, 2011 2 次提交
  24. 06 5月, 2011 1 次提交
  25. 20 4月, 2011 1 次提交
  26. 15 4月, 2011 2 次提交
  27. 08 4月, 2011 1 次提交
  28. 05 4月, 2011 5 次提交