1. 08 4月, 2014 1 次提交
    • 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
  2. 28 3月, 2014 2 次提交
  3. 13 3月, 2014 1 次提交
  4. 28 2月, 2014 4 次提交
  5. 15 2月, 2014 1 次提交
  6. 13 2月, 2014 2 次提交
  7. 24 1月, 2014 2 次提交
  8. 23 1月, 2014 1 次提交
    • K
      ath10k: enable firmware STA quick kickout · 5a13e76e
      Kalle Valo 提交于
      Firmware has a feature to track if the associated STA is not acking the frames.
      When that happens, the firmware sends WMI_PEER_STA_KICKOUT_EVENTID event to the
      host. Enable that to faster detect when a STA has left BSS without sending a
      deauth frame.
      
      Also set huge keepalive timeouts to avoid using the keepalive functionality in
      the firmware.
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5a13e76e
  9. 10 1月, 2014 3 次提交
  10. 16 12月, 2013 1 次提交
  11. 20 11月, 2013 4 次提交
  12. 15 11月, 2013 1 次提交
  13. 16 10月, 2013 2 次提交
  14. 01 10月, 2013 3 次提交
  15. 27 9月, 2013 5 次提交
  16. 20 9月, 2013 2 次提交
  17. 17 9月, 2013 4 次提交
  18. 06 9月, 2013 1 次提交