1. 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
  2. 20 1月, 2014 1 次提交
  3. 18 1月, 2014 2 次提交
  4. 14 1月, 2014 20 次提交
  5. 11 1月, 2014 14 次提交
  6. 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