1. 02 4月, 2013 1 次提交
  2. 05 2月, 2013 1 次提交
  3. 08 1月, 2013 2 次提交
  4. 15 11月, 2012 1 次提交
    • A
      mwifiex: add multi-queue support · 47411a06
      Avinash Patil 提交于
      This patch adds support for multiple TX queues inside mwifiex
      driver. Four different queues according to WMM access categories
      are defined for each virtual interface. When a packet is
      received from netdev for transmission, tx pending count for
      particular queue is incremented and if tx pending count has
      reached upper water-mark, this queue is stopped instead of
      stopping all queues. Similarly when a packet is successfully
      transmitted from device, tx pending count is decremented per
      queue and if pending count falls below lower water-mark, queue
      operations are again resumed. This ensures that not all
      tranmission is blocked if traffic with particular TOS value
      suddenly increases.
      
      Also wake all queues after association/IBSS_join/uAP_BSS_start
      to enable traffic on all queues.
      Signed-off-by: NAvinash Patil <patila@marvell.com>
      Signed-off-by: NBing Zhao <bzhao@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      47411a06
  5. 29 9月, 2012 2 次提交
  6. 12 9月, 2012 1 次提交
    • A
      mwifiex: update adapter->bss_prio_tbl[j].bss_prio_cur correctly · 16051b0e
      Amitkumar Karwar 提交于
      "adapter->bss_prio_tbl[j].bss_prio_head" points to linked list of
      interfaces with priority 'j'. "bss_prio_tbl[j].bss_prio_cur" is
      supposed to point to next interface every time the routine for
      dequeuing the packet is called. This ensures that each interface
      gets fair chance.
      
      Currently we have AP and station interfaces with priority '0'.
      Therefore "adapter->bss_prio_tbl[0].bss_prio_cur" should
      alternately point to AP and station nodes. Since "bss_prio_cur"
      is not correctly updated, for each packet picked for AP, two
      packets are picked for station interface.
      
      This patch fixes the problem by correctly updating "bss_prio_cur".
      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>
      16051b0e
  7. 07 8月, 2012 1 次提交
  8. 23 6月, 2012 2 次提交
  9. 17 5月, 2012 1 次提交
  10. 24 4月, 2012 1 次提交
  11. 15 3月, 2012 1 次提交
  12. 14 3月, 2012 2 次提交
  13. 28 1月, 2012 1 次提交
  14. 25 1月, 2012 1 次提交
  15. 13 10月, 2011 1 次提交
  16. 04 10月, 2011 1 次提交
  17. 22 7月, 2011 1 次提交
  18. 08 6月, 2011 1 次提交
  19. 20 5月, 2011 4 次提交
  20. 06 5月, 2011 1 次提交
  21. 20 4月, 2011 1 次提交
  22. 15 4月, 2011 3 次提交
  23. 31 3月, 2011 1 次提交