1. 01 12月, 2014 1 次提交
  2. 26 11月, 2014 1 次提交
  3. 07 10月, 2014 1 次提交
  4. 29 9月, 2014 2 次提交
  5. 23 9月, 2014 5 次提交
  6. 18 9月, 2014 2 次提交
  7. 12 9月, 2014 1 次提交
  8. 10 9月, 2014 1 次提交
  9. 12 8月, 2014 1 次提交
  10. 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
  11. 29 7月, 2014 1 次提交
  12. 23 5月, 2014 1 次提交
  13. 16 5月, 2014 1 次提交
  14. 05 5月, 2014 1 次提交
  15. 28 3月, 2014 4 次提交
  16. 24 3月, 2014 2 次提交
  17. 13 3月, 2014 1 次提交
  18. 15 2月, 2014 1 次提交
  19. 13 2月, 2014 1 次提交
  20. 30 1月, 2014 1 次提交
    • M
      ath10k: configure access category for arp · ab6258ed
      Marek Puzyniak 提交于
      ARP frames exchange does not work properly for UAPSD enabled AP.
      ARP requests which arrives with access category 0 are processed
      by network stack and send back with access category 0. FW changes
      access category to 6. This is causing problems when UAPSD associated
      STA is sleeping after has sent ARP request. Configure ARP access
      category in FW to best effort (0) solves this problem. ARP frames
      will be send with access category 0.
      
      Simplify arp ac override functionality by removing redundant entry in
      pdev param maping table. There should be only one entry in pdev param
      map but enum has different name for different FW.
      
      kvalo: change the warning message
      Signed-off-by: NMarek Puzyniak <marek.puzyniak@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      ab6258ed
  21. 24 1月, 2014 1 次提交
  22. 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
  23. 10 1月, 2014 2 次提交
    • J
      ath10k: add set_bitrate_mask callback · 51ab1a0a
      Janusz Dziedzic 提交于
      Add set_bitrate_mask callback. Currently
      ath10k HW is limited to handle only single
      fixed rate setting or limit number of used
      spatial streams.
      
      Example:
      iw wlanX set bitrates legacy-5 ht-mcs-5 vht-mcs-5 2:9
      will setup VHT, nss=2, mcs=9
      
      iw wlanX set bitrates legacy-5 18 ht-mcs-5 vht-mcs-5
      will setup legacy, 18Mbps
      
      iw wlanX set bitrates legacy-5 ht-mcs-5 3 vht-mcs-5
      will setup HT, nss=1, mcs=3
      
      iw wlanX set bitrate legacy-5 ht-mcs-5 vht-mcs-5 1:0-9
      will setup nss=1
      
      iw wlanX set bitrate legacy-5 ht-mcs-5 vht-mcs-5 1:0-9 2:0-9
      will setup nss=2
      Signed-off-by: NJanusz Dziedzic <janusz.dziedzic@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      51ab1a0a
    • K
      ath10k: add debugfs file to control firmware dbglog · f118a3e5
      Kalle Valo 提交于
      Firmware dbglogs can be now enabled through fw_dbglog file. To enable all
      possible log messages run:
      
      echo 0xffffffff > /sys/kernel/debug/ieee80211/phy0/ath10k/fw_dbglog
      
      And to put back firmare defaults use 0x0:
      
      echo 0x0 > /sys/kernel/debug/ieee80211/phy0/ath10k/fw_dbglog
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      f118a3e5
  24. 20 11月, 2013 2 次提交
  25. 15 11月, 2013 1 次提交
  26. 24 10月, 2013 1 次提交
  27. 16 10月, 2013 1 次提交
  28. 27 9月, 2013 1 次提交