android_kernel_xiaomi_sm8350/core/sme
Jeff Johnson 40894141cb qcacld-3.0: Refine sme_send_flush_logs_cmd_to_fw prototype()
There are currently multiple issues with sme_send_flush_logs_cmd_to_fw()
- Although this is an SME API the prototype is exposed in a CDS header
  file
- The API is defined to take a mac context parameter which is unused
- Although the function returns QDF_STATUS, the only caller treats the
  return value as an int errno

To address these issues
- Relocate the prototype to SME
- Remove the unused parameter
- Properly treat the return value as QDF_STATUS

Change-Id: Ia511565ee0b77148ee7cb1bf221e99a5b26ed446
CRs-Fixed: 2353530
2018-11-21 21:20:51 -08:00
..
inc qcacld-3.0: Refine sme_send_flush_logs_cmd_to_fw prototype() 2018-11-21 21:20:51 -08:00
src qcacld-3.0: Refine sme_send_flush_logs_cmd_to_fw prototype() 2018-11-21 21:20:51 -08:00