1. 18 3月, 2016 1 次提交
    • R
      ath10k: move mgmt descriptor limit handle under mgmt_tx · cac08552
      Rajkumar Manoharan 提交于
      Frames that are transmitted via MGMT_TX are using reserved descriptor
      slots in firmware. This limitation is for the htt_mgmt_tx path itself,
      not for mgmt frames per se. In 16 MBSSID scenario, these reserved slots
      will be easy exhausted due to frequent probe responses. So for 10.4
      based solutions, probe responses are limited by a threshold (24).
      
      management tx path is separate for all except tlv based solutions. Since
      tlv solutions (qca6174 & qca9377) do not support 16 AP interfaces, it is
      safe to move management descriptor limitation check under mgmt_tx
      function. Though CPU improvement is negligible, unlikely conditions or
      never hit conditions in hot path can be avoided on data transmission.
      Signed-off-by: NRajkumar Manoharan <rmanohar@qti.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      cac08552
  2. 06 3月, 2016 11 次提交
  3. 02 2月, 2016 3 次提交
  4. 26 1月, 2016 2 次提交
  5. 14 1月, 2016 1 次提交
  6. 07 1月, 2016 1 次提交
    • P
      ath10k: set SM power save disabled to default value · e33a99e2
      Peter Oh 提交于
      Use SMPS disabled as default because FW does not indicate
      any support of SMPS.
      
      This change will help STAs out that don’t support SMPS from
      sticking on 1SS, since they don’t have method to change it
      back to multiple chains.
      
      This change also should not affect power consumption of STAs
      supporting SMPS, because they are capable to switch the mode
      to dynamic or static either at the end of frame sequence or
      by using SMPS action frame.
      Signed-off-by: NPeter Oh <poh@qca.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      e33a99e2
  7. 14 12月, 2015 1 次提交
  8. 30 11月, 2015 2 次提交
  9. 23 11月, 2015 8 次提交
  10. 17 11月, 2015 1 次提交
  11. 13 11月, 2015 2 次提交
  12. 10 11月, 2015 1 次提交
    • R
      ath10k: fix invalid NSS for 4x4 devices · f680f70a
      Rajkumar Manoharan 提交于
      The number of spatial streams that are derived from chain mask
      for 4x4 devices is using wrong bitmask and conditional check.
      This is affecting downlink throughput for QCA99x0 devices. Earlier
      cfg_tx_chainmask is not filled by default until user configured it
      and so get_nss_from_chainmask never be called. This issue is exposed
      by recent commit 166de3f1 ("ath10k: remove supported chain mask").
      By default maximum supported chain mask is filled in cfg_tx_chainmask.
      
      Cc: stable@vger.kernel.org
      Fixes: 5572a95b ("ath10k: apply chainmask settings to vdev on creation")
      Signed-off-by: NRajkumar Manoharan <rmanohar@qti.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      f680f70a
  13. 05 11月, 2015 2 次提交
  14. 29 10月, 2015 4 次提交