diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 059aeb0..6e68f46 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -296,7 +296,6 @@ gAPChannelSelectOperatingBand=0 #Channel Bonding gChannelBondingMode5GHz=1 -gChannelBondingMode24GHz=1 gEnableModulatedDTIM = 3 gMaxLIModulatedDTIM = 3 @@ -433,10 +432,6 @@ gBtcEnableIndTimerVal=5 gIgnorePeerErpInfo=1 -# BTC policy during wifi connection -gBtcFastWlanConnPref=0 - END # Note: Configuration parser would not read anything past the END marker - diff --git a/wifi/p2p_supplicant_overlay.conf b/wifi/p2p_supplicant_overlay.conf index 0ee39e3..7c9bbed 100644 --- a/wifi/p2p_supplicant_overlay.conf +++ b/wifi/p2p_supplicant_overlay.conf @@ -1,4 +1,3 @@ disable_scan_offload=1 p2p_no_group_iface=1 -p2p_search_delay=100 -persistent_reconnect=1 +persistent_reconnect=1 \ No newline at end of file