qcacmn: remove CONFIG_WIN from Spectral module

Remove CONFIG_WIN macro from Spectral module.

CRs-Fixed: 2369720
Change-Id: I67154341497230c66b3c3f5a09894c8b2eff8bff
This commit is contained in:
Edayilliam Jayadev
2018-12-19 13:55:46 +05:30
committed by nshrivas
parent 8df4d46103
commit db29e57ef8
3 changed files with 8 additions and 5 deletions

View File

@@ -2031,11 +2031,9 @@ target_if_pdev_spectral_init(struct wlan_objmgr_pdev *pdev)
if (target_type == TARGET_TYPE_QCA9984 ||
target_type == TARGET_TYPE_QCA9888)
spectral->is_sec80_rssi_war_required = true;
#ifdef CONFIG_WIN
spectral->use_nl_bcast = true;
#else
spectral->use_nl_bcast = false;
#endif
spectral->use_nl_bcast = SPECTRAL_USE_NL_BCAST;
if (spectral->spectral_gen == SPECTRAL_GEN3)
init_160mhz_delivery_state_machine(spectral);
}