|
@@ -1417,6 +1417,7 @@ target_if_init_spectral_param_min_max(
|
|
|
param_min_max->fft_size_max[CH_WIDTH_20MHZ] =
|
|
|
SPECTRAL_PARAM_FFT_SIZE_MAX_GEN3_DEFAULT;
|
|
|
if (target_type == TARGET_TYPE_QCN9000 ||
|
|
|
+ target_type == TARGET_TYPE_QCN9100 ||
|
|
|
target_type == TARGET_TYPE_QCA5018 ||
|
|
|
target_type == TARGET_TYPE_QCA6490) {
|
|
|
param_min_max->fft_size_max[CH_WIDTH_40MHZ] =
|
|
@@ -1603,6 +1604,7 @@ target_if_init_spectral_capability(struct target_if_spectral *spectral,
|
|
|
pcap->num_detectors_40mhz = 1;
|
|
|
pcap->num_detectors_80mhz = 1;
|
|
|
if (target_type == TARGET_TYPE_QCN9000 ||
|
|
|
+ target_type == TARGET_TYPE_QCN9100 ||
|
|
|
target_type == TARGET_TYPE_QCA6490) {
|
|
|
pcap->num_detectors_160mhz = 1;
|
|
|
pcap->num_detectors_80p80mhz = 1;
|
|
@@ -2217,6 +2219,7 @@ target_if_spectral_report_params_init(
|
|
|
* needs to use them they have to add proper initial values.
|
|
|
*/
|
|
|
if (target_type == TARGET_TYPE_QCN9000 ||
|
|
|
+ target_type == TARGET_TYPE_QCN9100 ||
|
|
|
target_type == TARGET_TYPE_QCA5018 ||
|
|
|
target_type == TARGET_TYPE_QCA6750 ||
|
|
|
target_type == TARGET_TYPE_QCA6490) {
|
|
@@ -2257,6 +2260,7 @@ target_if_spectral_report_params_init(
|
|
|
rparams->detid_mode_table[SPECTRAL_DETECTOR_ID_0] =
|
|
|
SPECTRAL_SCAN_MODE_NORMAL;
|
|
|
if (target_type == TARGET_TYPE_QCN9000 ||
|
|
|
+ target_type == TARGET_TYPE_QCN9100 ||
|
|
|
target_type == TARGET_TYPE_QCA6490) {
|
|
|
rparams->detid_mode_table[SPECTRAL_DETECTOR_ID_1] =
|
|
|
SPECTRAL_SCAN_MODE_AGILE;
|