1. 30 3月, 2015 1 次提交
  2. 12 3月, 2015 1 次提交
  3. 04 3月, 2015 1 次提交
  4. 15 2月, 2015 2 次提交
  5. 29 1月, 2015 5 次提交
  6. 27 1月, 2015 3 次提交
  7. 23 12月, 2014 2 次提交
  8. 16 12月, 2014 1 次提交
  9. 08 12月, 2014 6 次提交
  10. 01 12月, 2014 3 次提交
  11. 26 11月, 2014 1 次提交
  12. 07 10月, 2014 1 次提交
  13. 29 9月, 2014 2 次提交
  14. 23 9月, 2014 5 次提交
  15. 18 9月, 2014 2 次提交
  16. 12 9月, 2014 1 次提交
  17. 10 9月, 2014 1 次提交
  18. 12 8月, 2014 1 次提交
  19. 04 8月, 2014 1 次提交
    • S
      ath10k: add spectral scan feature · 855aed12
      Simon Wunderlich 提交于
      Adds the spectral scan feature for ath10k. The spectral scan is triggered by
      configuring a mode through a debugfs control file. Samples can be gathered via
      another relay debugfs file.
      
      Essentially, to try it out:
      
      ip link set dev wlan0 up
      echo background > /sys/kernel/debug/ieee80211/phy0/ath10k/spectral_scan_ctl
      echo trigger > /sys/kernel/debug/ieee80211/phy0/ath10k/spectral_scan_ctl
      iw dev wlan0 scan
      echo disable > /sys/kernel/debug/ieee80211/phy0/ath10k/spectral_scan_ctl
      cat /sys/kernel/debug/ieee80211/phy0/ath10k/spectral_scan0 > samples
      
      This feature is still experimental. Based on the original RFC patch of
      Sven Eckelmann.
      Signed-off-by: NSimon Wunderlich <sw@simonwunderlich.de>
      Signed-off-by: NMathias Kretschmer <mathias.kretschmer@fokus.fraunhofer.de>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      855aed12