1. 27 4月, 2016 1 次提交
  2. 18 11月, 2015 1 次提交
  3. 29 9月, 2015 4 次提交
  4. 21 7月, 2015 1 次提交
  5. 08 6月, 2015 2 次提交
  6. 26 5月, 2015 2 次提交
  7. 20 3月, 2015 1 次提交
  8. 17 3月, 2015 1 次提交
  9. 27 2月, 2015 1 次提交
  10. 29 1月, 2015 1 次提交
  11. 26 11月, 2014 2 次提交
  12. 12 11月, 2014 1 次提交
  13. 04 7月, 2014 1 次提交
  14. 26 6月, 2014 1 次提交
  15. 10 12月, 2013 3 次提交
  16. 09 3月, 2013 1 次提交
  17. 08 1月, 2013 1 次提交
  18. 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
  19. 30 10月, 2012 1 次提交
  20. 12 9月, 2012 1 次提交
  21. 07 8月, 2012 1 次提交
  22. 20 6月, 2012 1 次提交
  23. 24 4月, 2012 1 次提交
  24. 15 3月, 2012 1 次提交
  25. 25 1月, 2012 1 次提交
  26. 14 12月, 2011 1 次提交
  27. 15 10月, 2011 1 次提交
  28. 13 10月, 2011 1 次提交
  29. 12 10月, 2011 1 次提交
    • Y
      mwifiex: fix smatch errors · 3d82de0f
      Yogesh Ashok Powar 提交于
      drivers/net/wireless/mwifiex/main.c +828 mwifiex_remove_card(52)
        error: potential null derefence 'priv'.
      drivers/net/wireless/mwifiex/main.c +828 mwifiex_remove_card(52)
        error: we previously assumed 'priv' could be null (see line 820)
      drivers/net/wireless/mwifiex/txrx.c +90 mwifiex_process_tx(24)
        error: potential null derefence 'local_tx_pd'.
      drivers/net/wireless/mwifiex/sta_ioctl.c +766
      mwifiex_rate_ioctl_set_rate_value(30)
        error: buffer overflow 'rate' 14 <= 14
      
      Cc: Dan Carpenter <dan.carpenter@oracle.com>
      Signed-off-by: NYogesh Ashok Powar <yogeshp@marvell.com>
      Signed-off-by: NBing Zhao <bzhao@marvell.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      3d82de0f
  30. 23 6月, 2011 1 次提交
  31. 20 5月, 2011 1 次提交
  32. 06 5月, 2011 1 次提交