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. 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
  3. 20 11月, 2013 2 次提交
  4. 15 11月, 2013 1 次提交
  5. 24 10月, 2013 1 次提交
  6. 16 10月, 2013 1 次提交
  7. 27 9月, 2013 9 次提交
  8. 17 9月, 2013 2 次提交
  9. 12 9月, 2013 1 次提交
  10. 06 9月, 2013 1 次提交
  11. 15 8月, 2013 1 次提交
  12. 02 8月, 2013 1 次提交
  13. 30 7月, 2013 1 次提交
  14. 13 6月, 2013 1 次提交
    • K
      ath10k: mac80211 driver for Qualcomm Atheros 802.11ac CQA98xx devices · 5e3dd157
      Kalle Valo 提交于
      Here's a new mac80211 driver for Qualcomm Atheros 802.11ac QCA98xx devices.
      A major difference from ath9k is that there's now a firmware and
      that's why we had to implement a new driver.
      
      The wiki page for the driver is:
      
      http://wireless.kernel.org/en/users/Drivers/ath10k
      
      The driver has had many authors, they are listed here alphabetically:
      
      Bartosz Markowski <bartosz.markowski@tieto.com>
      Janusz Dziedzic <janusz.dziedzic@tieto.com>
      Kalle Valo <kvalo@qca.qualcomm.com>
      Marek Kwaczynski <marek.kwaczynski@tieto.com>
      Marek Puzyniak <marek.puzyniak@tieto.com>
      Michal Kazior <michal.kazior@tieto.com>
      Sujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5e3dd157