1. 23 1月, 2014 2 次提交
    • J
      ath10k: AP mode, set UAPSD params correctly · d3d3ff42
      Janusz Dziedzic 提交于
      ath10k handles UAPSD completly in the firmware.
      When works in AP mode we have to configure
      UAPSD params for each station. Without this
      patch we configure UAPSD params before we
      send peer assoc command to the FW, which was
      wrong. Next FW didn't know what should be trigger
      frame, couse UAPSD didn't work correctly in AP mode.
      To configure UAPSD params correctly we have to
      send them after peer assoc command.
      Signed-off-by: NJanusz Dziedzic <janusz.dziedzic@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      d3d3ff42
    • 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 1 次提交
    • 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