1. 12 7月, 2015 1 次提交
  2. 02 7月, 2015 1 次提交
    • R
      ath10k: enhance swba event handler to adapt different size tim bitmap · a03fee34
      Raja Mani 提交于
      Due to 512 client support in 10.4 firmware, size of tim ie is going
      to be slightly higher than non 10.4 firmware. So, size of tim_bitmap
      what is carried in swba event from 10.4 firmware is bit higher.
      
      The only bottle neck to reuse existing swba handler
      ath10k_wmi_event_host_swba() for 10.4 is that code designed to deal
      with fixed size tim bitmap(ie, tim_info[].tim_bitmap in wmi_swba_ev_arg).
      This patch removes such size limitation and makes it more suitable
      to handle swba event which has different size tim bitmap.
      
      All existing swba event parsing functions are changed to adapt this
      change. Actual support to handle 10.4 swba event is added in next patch.
      Only preparation is made in this patch.
      Signed-off-by: NRaja Mani <rmani@qti.qualcomm.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      a03fee34
  3. 30 6月, 2015 3 次提交
  4. 09 6月, 2015 1 次提交
  5. 15 4月, 2015 1 次提交
    • M
      ath10k: use scan burst for hw roc · dbd3f9f3
      Michal Kazior 提交于
      This improves chances of getting onto a foreign
      channel and thus makes P2P a bit more reliable.
      
      Without scan burst it was possible for firmware to
      not switch to foreign channel resulting in "failed
      to switch to channel for roc scan" warning. This
      would also effectively fail some offchan tx
      requests and lead to P2P find/connect taking
      longer. This could be observed when other vifs
      were running/busy, e.g. with P2P GO.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      dbd3f9f3
  6. 02 4月, 2015 4 次提交
  7. 30 3月, 2015 6 次提交
  8. 12 3月, 2015 2 次提交
  9. 07 3月, 2015 3 次提交
  10. 04 3月, 2015 1 次提交
  11. 15 2月, 2015 2 次提交
  12. 04 2月, 2015 2 次提交
  13. 29 1月, 2015 3 次提交
  14. 27 1月, 2015 4 次提交
  15. 15 1月, 2015 4 次提交
  16. 13 1月, 2015 2 次提交