sm6250-common: wifi: Enable DFS channel scanning in P2P search

- Fixes P2P when connected to 5GHz access point.

Change-Id: Ie94aa06e9b6be9345688a1e10caa9a62b180eb30
This commit is contained in:
LuK1337 2019-06-22 02:59:44 +02:00 committed by Alexander Winkowski
parent 2ee0ca84b8
commit 43facd7f9c
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -517,6 +517,11 @@ enable_disconnect_roam_offload=1
# Enable/Disable RTT feature
gEnableRTTSupport=0
#Skip DFS Channel in case of P2P Search
# 0 - disable (Scan DFS Channel in P2P Search)
# 1 - enable (Skip DFS Channel)
gSkipDfsChannelInP2pSearch=0
END
# Note: Configuration parser would not read anything past the END marker