qcacmn: Add support to improve coex logging
Add support to get the various Coex data from the debugfs. This commit adds the support to get the various coex data: * COEX STATE * COEX DPWB STATE * COEX TDM STATE * COEX IDRX STATE * COEX ANTENNA SHARING STATE The specific state information can be read via the debugfs. Example to read the COEX STATE logging: sm6150:/ # echo "1" > /d/wlan/mws_coex_status_info sm6150:/ # cat /d/wlan/mws_coex_status_info Reading for command MWS_COEX_STATE. vdev_id = 0 coex_scheme_bitmap = 0 active_conflict_count = 0 potential_conflict_count = 0 chavd_group0_bitmap = 0 chavd_group1_bitmap = 0 chavd_group2_bitmap = 0 chavd_group3_bitmap = 0 Change-Id: I92272ad7edf44df22730ac0fa992d876840ba632 CRs-Fixed: 2413955
This commit is contained in:

committed by
nshrivas

parent
65fad66752
commit
ac6e126adf
@@ -1785,6 +1785,19 @@ enum cdp_sec_type wlan_crypto_cipher_to_cdp_sec_type(
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* wmi_unified_send_mws_coex_req_cmd() - WMI function to send coex req cmd
|
||||
* @wmi_hdl: wmi handle
|
||||
* @vdev_id: Vdev Id
|
||||
* @cmd_id: Coex cmd for which info is required
|
||||
*
|
||||
* Send wmi coex command to fw.
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS wmi_unified_send_mws_coex_req_cmd(struct wmi_unified *wmi_handle,
|
||||
uint32_t vdev_id, uint32_t cmd_id);
|
||||
|
||||
#ifdef WLAN_CFR_ENABLE
|
||||
/**
|
||||
* wmi_unified_send_peer_cfr_capture_cmd() - WMI function to start CFR capture
|
||||
|
Reference in New Issue
Block a user