qcacld-3.0: Correct configurations' description and type

Correct INI description for "gTDLSRSSIDelta", and configuration type
for below items:
 - CFG_VALID_CHANNEL_LIST
 - CFG_COUNTRY_CODE

Change-Id: If7ae2845c06b39ba9ce5af96c21bbe3900edbdf4
CRs-Fixed: 2448134
这个提交包含在:
Wu Gao
2019-05-07 15:38:23 +08:00
提交者 nshrivas
父节点 b0423d0f0e
当前提交 eaa472be0f
修改 2 个文件,包含 12 行新增16 行删除

查看文件

@@ -385,13 +385,13 @@
/*
* <ini>
* gTDLSRSSITeardownThreshold - RSSI threshold for TDLS teardown.
* @Min: -120
* gTDLSRSSIDelta - Delta value for the peer RSSI that can trigger teardown.
* @Min: -30
* @Max: 0
* @Default: -75
* @Default: -20
*
* This ini is used to configure the absolute value (in dB) of the peer RSSI,
* when exceed, a TDLS teardown is triggered.
* This ini is used to configure delta for peer RSSI such that if Peer RSSI
* is less than AP RSSI plus delta will trigger a teardown.
*
* Related: gEnableTDLSSupport.
*