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

@@ -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
@@ -61,7 +61,7 @@
/*
* <ini>
* GIPADescSize - IPA descriptor size
* gIPADescSize - IPA descriptor size
* @Min: 800
* @Max: 8000
* @Default: 800
@@ -77,7 +77,7 @@
* </ini>
*/
#define CFG_DP_IPA_DESC_SIZE \
CFG_INI_UINT("GIPADescSize", \
CFG_INI_UINT("gIPADescSize", \
800, \
8000, \
800, \
@@ -109,7 +109,7 @@
/*
* <ini>
* gIPAHighBandwidthMbps - IPA medium bw threshold
* gIPAMediumBandwidthMbps - IPA medium bw threshold
* @Min: 100
* @Max: 400
* @Default: 200
@@ -133,7 +133,7 @@
/*
* <ini>
* gIPAHighBandwidthMbps - IPA low bw threshold
* gIPALowBandwidthMbps - IPA low bw threshold
* @Min: 0
* @Max: 100
* @Default: 100