qcacmn: Spectral init path changes for QCN9224
Add the Spectral init path changes required for Waikiki. Change-Id: I6c6bb826ff4ce02988560100b187fe1acffa3f7d CRs-Fixed: 3160798
Cette révision appartient à :

révisé par
Madan Koyyalamudi

Parent
411e8fc3e0
révision
80edcddb01
@@ -3154,6 +3154,7 @@ target_if_spectral_len_adj_swar_init(struct spectral_fft_bin_len_adj_swar *swar,
|
||||
target_type == TARGET_TYPE_QCA5018 ||
|
||||
target_type == TARGET_TYPE_QCN9000 ||
|
||||
target_type == TARGET_TYPE_QCA6490 ||
|
||||
target_type == TARGET_TYPE_QCN9224 ||
|
||||
target_type == TARGET_TYPE_KIWI) {
|
||||
swar->inband_fftbin_size_adj = 1;
|
||||
swar->null_fftbin_adj = 1;
|
||||
@@ -3196,6 +3197,7 @@ target_if_spectral_report_params_init(
|
||||
target_type == TARGET_TYPE_QCA5018 ||
|
||||
target_type == TARGET_TYPE_QCA6750 ||
|
||||
target_type == TARGET_TYPE_QCA6490 ||
|
||||
target_type == TARGET_TYPE_QCN9224 ||
|
||||
target_type == TARGET_TYPE_KIWI) {
|
||||
rparams->version = SPECTRAL_REPORT_FORMAT_VERSION_2;
|
||||
rparams->num_spectral_detectors =
|
||||
@@ -3233,6 +3235,7 @@ target_if_spectral_report_params_init(
|
||||
SPECTRAL_SCAN_MODE_NORMAL;
|
||||
if (target_type == TARGET_TYPE_QCN9000 ||
|
||||
target_type == TARGET_TYPE_QCN6122 ||
|
||||
target_type == TARGET_TYPE_QCN9224 ||
|
||||
target_type == TARGET_TYPE_QCA6490 ||
|
||||
target_type == TARGET_TYPE_KIWI) {
|
||||
rparams->detid_mode_table[SPECTRAL_DETECTOR_ID_1] =
|
||||
@@ -3656,6 +3659,7 @@ target_if_pdev_spectral_init(struct wlan_objmgr_pdev *pdev)
|
||||
target_type == TARGET_TYPE_QCA6490 ||
|
||||
target_type == TARGET_TYPE_QCN9000 ||
|
||||
target_type == TARGET_TYPE_QCA6750 ||
|
||||
target_type == TARGET_TYPE_QCN9224 ||
|
||||
target_type == TARGET_TYPE_KIWI)
|
||||
spectral->direct_dma_support = true;
|
||||
|
||||
@@ -3675,6 +3679,7 @@ target_if_pdev_spectral_init(struct wlan_objmgr_pdev *pdev)
|
||||
(target_type == TARGET_TYPE_QCA6290) ||
|
||||
(target_type == TARGET_TYPE_QCA6390) ||
|
||||
(target_type == TARGET_TYPE_QCA6490) ||
|
||||
(target_type == TARGET_TYPE_QCN9224) ||
|
||||
(target_type == TARGET_TYPE_QCA6750) ||
|
||||
(target_type == TARGET_TYPE_KIWI)) {
|
||||
spectral->spectral_gen = SPECTRAL_GEN3;
|
||||
|
@@ -18993,7 +18993,7 @@ static void populate_tlv_service(uint32_t *wmi_service)
|
||||
wmi_service[wmi_service_phy_dma_byte_swap_support] =
|
||||
WMI_SERVICE_UNAVAILABLE;
|
||||
wmi_service[wmi_service_spectral_session_info_support] =
|
||||
WMI_SERVICE_UNAVAILABLE;
|
||||
WMI_SERVICE_SPECTRAL_SESSION_INFO_SUPPORT;
|
||||
wmi_service[wmi_service_mu_snif] = WMI_SERVICE_MU_SNIF;
|
||||
#ifdef WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE
|
||||
wmi_service[wmi_service_dynamic_update_vdev_macaddr_support] =
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur