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
这个提交包含在:
Wu Gao
2019-02-20 16:39:53 +08:00
提交者 nshrivas
父节点 cc48896290
当前提交 73643858e5
修改 9 个文件,包含 24 行新增19 行删除

查看文件

@@ -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
@@ -47,7 +47,8 @@
1, \
"Enable/Disable Adaptive Noise Immunity")
/**
/*
* <ini>
* gSetRTSForSIFSBursting - set rts for sifs bursting
* @Min: 0
* @Max: 1
@@ -64,7 +65,7 @@
0, \
"Set rts for sifs bursting")
/**
/*
* <ini>
* gMaxMPDUsInAMPDU - max mpdus in ampdu
* @Min: 0
@@ -85,7 +86,8 @@
CFG_VALUE_OR_DEFAULT, \
"This ini configure max mpdus in ampdu")
/**
/*
* <ini>
* arp_ac_category - ARP access category
* @Min: 0
* @Max: 3
@@ -114,7 +116,7 @@
"Override the default ARP AC configuration")
/*
* </ini>
* <ini>
* gEnableFastPwrTransition - Configuration for fast power transition
* @Min: 0
* @Max: 2

查看文件

@@ -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

查看文件

@@ -854,7 +854,7 @@
#ifdef FEATURE_WLAN_ESE
/*
* <ini>
* UapsdMask - To setup Infra Inactivity Interval for ACs
* InfraInactivityInterval - To setup Infra Inactivity Interval for ACs
* @Min: 0
* @Max: 4294967295UL
* @Default: 0

查看文件

@@ -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
@@ -92,6 +92,7 @@
"Enable/disable oce feature for SAP")
/*
* <ini>
* oce_enable_rssi_assoc_reject - Enable/disable rssi based assoc rejection
* @Min: 0
* @Max: 1

查看文件

@@ -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
@@ -75,6 +75,7 @@
"Disable ABG RATE for TX Data")
/*
* <ini>
* gSapMaxMCSForTxData - sap 11n max mcs
* @Min: 0
* @Max: 383

查看文件

@@ -429,6 +429,7 @@
"chan switch hostapd rate enabled")
/*
* <ini>
* gReducedBeaconInterval - beacon interval reduced
* @Min: 0
* @Max: 100

查看文件

@@ -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 above
@@ -193,7 +193,7 @@
/*
* <ini>
* CFG_DOT11P_MODE - 802.11p mode
* gDot11PMode - 802.11p mode
* @Min: CFG_11P_DISABLED
* @Max: CFG_11P_CONCURRENT
* @Default: CFG_11P_DISABLED

查看文件

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

查看文件

@@ -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")