1. 20 1月, 2017 1 次提交
    • B
      mwifiex: don't complain about 'unknown event id: 0x63' · 0ed917d0
      Brian Norris 提交于
      Marvell folks tell me this is a debugging event that the driver doesn't
      need to handle, but on 8997 w/ firmware 16.68.1.p97, I see several of
      these sorts of messages at (for instance) boot time:
      
      [   13.825848] mwifiex_pcie 0000:01:00.0: event: unknown event id: 0x63
      [   14.838561] mwifiex_pcie 0000:01:00.0: event: unknown event id: 0x63
      [   14.850397] mwifiex_pcie 0000:01:00.0: event: unknown event id: 0x63
      [   32.529923] mwifiex_pcie 0000:01:00.0: event: unknown event id: 0x63
      
      Let's handle this "event" with a much lower verbosity.
      Signed-off-by: NBrian Norris <briannorris@chromium.org>
      Signed-off-by: NKalle Valo <kvalo@codeaurora.org>
      0ed917d0
  2. 30 12月, 2016 2 次提交
  3. 25 11月, 2016 1 次提交
  4. 18 11月, 2016 1 次提交
  5. 26 9月, 2016 1 次提交
  6. 03 9月, 2016 6 次提交
  7. 08 7月, 2016 1 次提交
  8. 05 7月, 2016 1 次提交
  9. 08 4月, 2016 2 次提交
  10. 06 2月, 2016 1 次提交
  11. 29 1月, 2016 5 次提交
  12. 30 12月, 2015 1 次提交
  13. 11 12月, 2015 1 次提交
  14. 18 11月, 2015 1 次提交
  15. 14 10月, 2015 1 次提交
  16. 29 9月, 2015 1 次提交
  17. 13 8月, 2015 1 次提交
  18. 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
  19. 21 7月, 2015 6 次提交
  20. 15 6月, 2015 1 次提交
  21. 08 6月, 2015 4 次提交