qcacmn: Trigger copy of pktlogs to SD Card on basis of ring ID

For fatal events , driver sends EVENT_WLAN_LOG_COMPLETE
to userspace. But there can be multiple events for each
ring id like connectivity, driver , frimware, wakelock etc.
Cnss diag has to trigger copy of pkt log to /sdcard only for
one bug report, so send ring id in log complete event so
that it can trigger copy for driver ring id.

Change-Id: I3b06bed52509e58ac4d79698c95ba5eb1baa3bb3
CRs-Fixed: 2053770
这个提交包含在:
Agrawal Ashish
2017-05-30 15:19:54 +05:30
提交者 snandini
父节点 31d77bc18a
当前提交 42a1dc0596
修改 2 个文件,包含 13 行新增7 行删除

查看文件

@@ -63,7 +63,8 @@ static inline void wlan_logging_set_fw_flush_complete(void)
#ifdef FEATURE_WLAN_DIAG_SUPPORT
void wlan_report_log_completion(uint32_t is_fatal,
uint32_t indicator,
uint32_t reason_code);
uint32_t reason_code,
uint8_t ring_id);
#else
static inline void wlan_report_log_completion(uint32_t is_fatal,
uint32_t indicator,