qcacmn: Hook the UMAC reset in the target attach path

Call UMAC reset initialization API from soc_attach_target().
FW exposes a service bit for this feature, use that to conditionally
enable this feature. Also, add default log levels for this feature.

CRs-Fixed: 3253464
Change-Id: Ia7c9cf07a7ab7b000ebe452ab074a82173b70129
This commit is contained in:
Shiva Krishna Pittala
2022-07-27 00:37:43 +05:30
committed by Madan Koyyalamudi
parent 53537c67e1
commit 8641a158f3
11 changed files with 138 additions and 15 deletions

View File

@@ -5732,6 +5732,7 @@ typedef enum {
wmi_service_mgmt_rx_reo_supported,
wmi_service_phy_dma_byte_swap_support,
wmi_service_spectral_session_info_support,
wmi_service_umac_hang_recovery_support,
wmi_service_mu_snif,
#ifdef WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE
wmi_service_dynamic_update_vdev_macaddr_support,