sapphire: wifi: Enable DFS channel scanning in P2P search

* Fixes P2P when connected to 5GHz access point.

Change-Id: I31890645510931c7e7a65759c915a09fec77a1cf
This commit is contained in:
LuK1337
2019-06-22 02:59:44 +02:00
committed by kibria5
parent 7446da0e0b
commit 52b78707e3

View File

@@ -518,6 +518,11 @@ gActiveMcBcBpfMode=1
gRoamPrefer5GHz=1
gSelect5GHzMargin=3
#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