qcacld-3.0: Format ini descriptions

Some ini descriptions are different to common, and some of them
include wrong information, so correct them and use unified form.

Change-Id: I36348fb26a03cab254fd309d792125b8a21ad02f
CRs-Fixed: 2402446
Šī revīzija ir iekļauta:
Wu Gao
2019-02-20 16:39:53 +08:00
revīziju iesūtīja nshrivas
vecāks cc48896290
revīzija 73643858e5
9 mainīti faili ar 24 papildinājumiem un 19 dzēšanām

Parādīt failu

@@ -138,7 +138,7 @@
/*
* <ini>
* gEnableDynamicDTIM - Enable/Disable modulated DTIM feature
* gEnableModulatedDTIM - Enable/Disable modulated DTIM feature
* @Min: 0
* @Max: 5
* @Default: 0

Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -174,7 +174,7 @@
"Set Keep Alive increment of Ping Interval")
/*
* <ini>
* gExtWoWApp2KAIncPingInterval - Set TCP source port
* gExtWoWApp2TcpSrcPort - Set TCP source port
* @Min: 0
* @Max: 65535
* @Default: 5000
@@ -190,7 +190,7 @@
* </ini>
*/
#define CFG_EXTWOW_TCP_SRC_PORT \
CFG_INI_UINT("gExtWoWApp2KAIncPingInterval", \
CFG_INI_UINT("gExtWoWApp2TcpSrcPort", \
0, 65535, 5000, \
CFG_VALUE_OR_DEFAULT, \
"Set TCP source port")