1. 27 9月, 2013 1 次提交
    • B
      ath10k: introduce dynamic WMI structures · ce42870e
      Bartosz Markowski 提交于
      This is the initial framework to implement dynamic
      WMI API in order to support new firmware (from so
      called 10.X branch)
      
      The realization is to have a static WMI cmd map for
      each of the firmwares, registered upom wmi init.
      
      This patch creates such map for MAIN FW, updates
      wmi_cmd_send() calls to take as a parameter
      the map value instead of direct WMI enum.
      
      As soon as complete 10.X API will be on place,
      we will introduce the FW IE mechanics to dynamicaly
      identify which FW is being used and based on that
      we will use correct map, API, structures, etc.
      Signed-off-by: NBartosz Markowski <bartosz.markowski@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      ce42870e
  2. 26 9月, 2013 7 次提交
  3. 20 9月, 2013 7 次提交
  4. 17 9月, 2013 7 次提交
  5. 13 9月, 2013 3 次提交
  6. 12 9月, 2013 8 次提交
  7. 10 9月, 2013 1 次提交
  8. 08 9月, 2013 1 次提交
    • M
      ath10k: prevent CE from looping indefinitely · 5440ce25
      Michal Kazior 提交于
      The double while() could end up running forever.
      Inner while() would complete very fast. However
      the completion processing could take enough time
      for more completions to flow in. In that case the
      outer while() would not terminate and run again,
      and again. This could happen especially on a slow
      host system.
      
      This could lead to a system freeze during heavy
      traffic. Note: this doesn't solve all known
      starvation issues yet.
      Signed-off-by: NMichal Kazior <michal.kazior@tieto.com>
      Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
      5440ce25
  9. 06 9月, 2013 5 次提交