1. 02 2月, 2016 3 次提交
  2. 26 1月, 2016 2 次提交
  3. 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
  4. 14 12月, 2015 1 次提交
  5. 30 11月, 2015 2 次提交
  6. 23 11月, 2015 8 次提交
  7. 17 11月, 2015 1 次提交
  8. 13 11月, 2015 2 次提交
  9. 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
  10. 05 11月, 2015 2 次提交
  11. 29 10月, 2015 5 次提交
  12. 14 10月, 2015 1 次提交
  13. 09 10月, 2015 1 次提交
  14. 06 10月, 2015 4 次提交
    • K
      ath10k: split an unnecessary long line · 2a995088
      Kalle Valo 提交于
      from checkpatch:
      
      drivers/net/wireless/ath/ath10k/mac.c:1113: line over 90 characters
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      2a995088
    • K
      ath10k: fix whitespace usage · 9a14969f
      Kalle Valo 提交于
      checkpatch found:
      
      drivers/net/wireless/ath/ath10k/core.c:574: Blank lines aren't necessary before a close brace '}'
      drivers/net/wireless/ath/ath10k/mac.c:4067: Missing a blank line after declarations
      drivers/net/wireless/ath/ath10k/mac.c:4083: Missing a blank line after declarations
      drivers/net/wireless/ath/ath10k/mac.c:4084: spaces required around that '>>=' (ctx:WxV)
      drivers/net/wireless/ath/ath10k/pci.c:1507: Missing a blank line after declarations
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      9a14969f
    • K
      ath10k: brace style fixes · b9e284e5
      Kalle Valo 提交于
      drivers/net/wireless/ath/ath10k/htt_tx.c:457: braces {} are not necessary for single statement blocks
      drivers/net/wireless/ath/ath10k/htt_tx.c:545: braces {} are not necessary for single statement blocks
      drivers/net/wireless/ath/ath10k/mac.c:200: braces {} are not necessary for single statement blocks
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      b9e284e5
    • K
      ath10k: indentation fixes · 617b0f4d
      Kalle Valo 提交于
      checkpatch found:
      
      drivers/net/wireless/ath/ath10k/core.c:513: Alignment should match open parenthesis
      drivers/net/wireless/ath/ath10k/core.c:1266: code indent should use tabs where possible
      drivers/net/wireless/ath/ath10k/core.c:1267: code indent should use tabs where possible
      drivers/net/wireless/ath/ath10k/core.c:1268: code indent should use tabs where possible
      drivers/net/wireless/ath/ath10k/core.c:1269: code indent should use tabs where possible
      drivers/net/wireless/ath/ath10k/mac.c:4659: Alignment should match open parenthesis
      drivers/net/wireless/ath/ath10k/mac.c:6271: Alignment should match open parenthesis
      drivers/net/wireless/ath/ath10k/pci.c:2260: Alignment should match open parenthesis
      drivers/net/wireless/ath/ath10k/wmi.c:3510: Alignment should match open parenthesis
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      617b0f4d
  15. 27 9月, 2015 1 次提交
  16. 22 9月, 2015 1 次提交
  17. 17 9月, 2015 4 次提交