1. 03 9月, 2016 2 次提交
  2. 19 7月, 2016 1 次提交
  3. 29 6月, 2016 1 次提交
  4. 14 4月, 2016 1 次提交
  5. 08 4月, 2016 1 次提交
  6. 07 3月, 2016 1 次提交
  7. 29 1月, 2016 4 次提交
  8. 30 12月, 2015 2 次提交
  9. 11 12月, 2015 2 次提交
  10. 18 11月, 2015 1 次提交
  11. 06 8月, 2015 1 次提交
    • A
      mwifiex: simplify mwifiex_complete_cmd · c5bc15fc
      Andreas Fenkart 提交于
      600f5d90("mwifiex: cleanup ioctl wait queue and abstraction layer")
      introduced the wakeup_interruptible suppression in mwifiex_complete_cmd
      b1a47aa5("mwifiex: fix system hang issue in cmd timeout error case")
      then added wakup_interruptible to mwifiex_cmd_timeout_func the single
      place setting a status of ETIMEDOUT.
      Instead of doing extra work, using the standard call-chain will have the
      same effect:
      mwifiex_cancel_pending_ioctl
      -> mwifiex_recycle_cmd_node
      -> mwifiex_insert_cmd_to_free_q
      -> mwifiex_complete_cmd
      -> wake_up_interruptible
      
      The difference is that previously the condition was not set to true,
      but that's probably just an oversight in b1a47aa5 and shouldn't
      have any consequence
      Signed-off-by: NAndreas Fenkart <afenkart@gmail.com>
      Acked-by: NAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      c5bc15fc
  12. 26 5月, 2015 1 次提交
  13. 09 5月, 2015 1 次提交
  14. 29 1月, 2015 3 次提交
  15. 07 1月, 2015 1 次提交
  16. 12 11月, 2014 1 次提交
  17. 16 9月, 2014 1 次提交
  18. 29 8月, 2014 1 次提交
  19. 19 7月, 2014 1 次提交
  20. 26 6月, 2014 2 次提交
  21. 20 6月, 2014 1 次提交
  22. 16 4月, 2014 1 次提交
  23. 01 4月, 2014 2 次提交
  24. 28 3月, 2014 1 次提交
  25. 01 3月, 2014 1 次提交
  26. 13 2月, 2014 2 次提交
  27. 05 2月, 2014 1 次提交
  28. 09 1月, 2014 1 次提交
  29. 19 12月, 2013 1 次提交