“86fd748808dee2448bf368f3b1389f91ec6e9d29”上不存在“develop”
  1. 03 6月, 2014 1 次提交
  2. 27 5月, 2014 1 次提交
  3. 26 5月, 2014 1 次提交
  4. 23 5月, 2014 1 次提交
  5. 14 5月, 2014 2 次提交
  6. 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
  7. 25 3月, 2014 10 次提交
  8. 21 3月, 2014 2 次提交
  9. 07 3月, 2014 1 次提交
  10. 28 2月, 2014 5 次提交
  11. 27 2月, 2014 1 次提交
  12. 13 2月, 2014 4 次提交
  13. 16 12月, 2013 1 次提交
  14. 20 11月, 2013 1 次提交
    • M
      ath10k: introduce DFS implementation · e8a50f8b
      Marek Puzyniak 提交于
      Configure interface combination for AP running on channels
      where radar detection is required. It allows only one type
      of interface - AP on DFS channel and limits number of AP
      interfaces to 8. Setup WMI channel flags accordingly to mac
      channel configuration. CAC based on additional monitor vdev
      is started if required for current channel.
      
      kvalo: dropped ATH10K_DFS_CERTIFIED config option as this
      the DFS still depends on few mac80211 and cfg80211 patches
      which are on mac80211-next.git right now. The config option
      will be added later once all dependencies are available.
      Signed-off-by: NMarek Puzyniak <marek.puzyniak@tieto.com>
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      e8a50f8b
  15. 15 11月, 2013 1 次提交
  16. 26 9月, 2013 4 次提交
  17. 20 9月, 2013 1 次提交
  18. 12 9月, 2013 1 次提交
  19. 06 9月, 2013 1 次提交