1. 29 7月, 2014 1 次提交
  2. 23 5月, 2014 1 次提交
  3. 16 5月, 2014 1 次提交
  4. 05 5月, 2014 1 次提交
  5. 28 3月, 2014 4 次提交
  6. 24 3月, 2014 2 次提交
  7. 13 3月, 2014 1 次提交
  8. 15 2月, 2014 1 次提交
  9. 13 2月, 2014 1 次提交
  10. 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
  11. 24 1月, 2014 1 次提交
  12. 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
  13. 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
  14. 20 11月, 2013 2 次提交
  15. 15 11月, 2013 1 次提交
  16. 24 10月, 2013 1 次提交
  17. 16 10月, 2013 1 次提交
  18. 27 9月, 2013 9 次提交
  19. 17 9月, 2013 2 次提交
  20. 12 9月, 2013 1 次提交
  21. 06 9月, 2013 1 次提交
  22. 15 8月, 2013 1 次提交
  23. 02 8月, 2013 1 次提交
  24. 30 7月, 2013 1 次提交
  25. 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