1. 06 8月, 2015 1 次提交
    • A
      mwifiex: remove CMD_F_CANCELED flag · e9f21d40
      Andreas Fenkart 提交于
      CMD_F_CANCELED was used to abort mwifiex_process_cmdresp in
      case it already started or starts processing the cmd.
      But this was probably not working the way intended:
      - it is racy: mwifiex_process_cmdresp might already have passed that
        test and is continuing to use the cmd node being recycled
      - mwifiex_process_cmdresp repeatedly uses adapter->curr_cmd which
        we just set to NULL
      - mwifiex_recycle_cmd_node will clear the flag
      
      The reason why it probably works is that mwifiex_cancel_pending_ioctl
      is only called from mwifiex_cmd_timeout_func, where the there is little
      chance of a command response still arriving
      Signed-off-by: NAndreas Fenkart <afenkart@gmail.com>
      Acked-by: NAmitkumar Karwar <akarwar@marvell.com>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      e9f21d40
  2. 21 7月, 2015 6 次提交
  3. 15 6月, 2015 1 次提交
  4. 08 6月, 2015 5 次提交
  5. 26 5月, 2015 1 次提交
  6. 17 3月, 2015 2 次提交
  7. 29 1月, 2015 4 次提交
  8. 07 1月, 2015 2 次提交
  9. 26 11月, 2014 1 次提交
  10. 18 11月, 2014 1 次提交
  11. 01 11月, 2014 1 次提交
  12. 16 9月, 2014 1 次提交
  13. 29 8月, 2014 2 次提交
  14. 16 7月, 2014 1 次提交
  15. 26 6月, 2014 1 次提交
  16. 30 5月, 2014 1 次提交
  17. 23 5月, 2014 1 次提交
  18. 08 5月, 2014 3 次提交
  19. 20 3月, 2014 1 次提交
  20. 15 3月, 2014 2 次提交
  21. 01 3月, 2014 1 次提交
  22. 13 2月, 2014 1 次提交