1. 11 4月, 2014 1 次提交
  2. 08 4月, 2014 2 次提交
    • M
      ath10k: refactor monitor code · 1bbc0975
      Michal Kazior 提交于
      It was possible to create/delete/start/stop
      monitor vdev from a few places that were not
      exclusively protected against each other. This
      resulted in monitor vdev being stopped/removed by
      one call origin while another one was expecting it
      to continue running.
      
      For example if CAC was started and interface's
      promiscuous mode was toggled monitor vdev was
      removed from the driver meaning no radar would be
      detected. In additional a warning would be printed
      upon CAC completion complaining it tried to stop
      non-running monitor vdev.
      
      The patch simplifies monitor code by removing
      IEEE80211_HW_WANT_MONITOR_VIF (which wasn't really
      ever needed) and improves state tracking. It also
      unifies prints.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      1bbc0975
    • K
      ath10k: cleanup debug messages in ath10k_wmi_event_host_swba() · 7a8a396b
      Kalle Valo 提交于
      They were just too superfluous and made it harder to read logs. Change them to
      follow the normal style used in ath10k.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      7a8a396b
  3. 28 3月, 2014 18 次提交
  4. 25 3月, 2014 10 次提交
  5. 24 3月, 2014 3 次提交
  6. 21 3月, 2014 4 次提交
  7. 13 3月, 2014 2 次提交