diff --git a/core/sap/src/sap_ch_select.c b/core/sap/src/sap_ch_select.c index 410e906f02..4a9bfbeb0c 100644 --- a/core/sap/src/sap_ch_select.c +++ b/core/sap/src/sap_ch_select.c @@ -831,8 +831,6 @@ static uint32_t sap_weight_channel_noise_floor(struct sap_context *sap_ctx, if (noise_floor_weight > softap_nf_weight_local) noise_floor_weight = softap_nf_weight_local; - else if (noise_floor_weight < 0) - noise_floor_weight = 0; QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_INFO_HIGH, "In %s, nf=%d, nfwc=%d, nfwl=%d, nfw=%d",