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
This commit is contained in:
@@ -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
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -47,7 +47,8 @@
|
|||||||
1, \
|
1, \
|
||||||
"Enable/Disable Adaptive Noise Immunity")
|
"Enable/Disable Adaptive Noise Immunity")
|
||||||
|
|
||||||
/**
|
/*
|
||||||
|
* <ini>
|
||||||
* gSetRTSForSIFSBursting - set rts for sifs bursting
|
* gSetRTSForSIFSBursting - set rts for sifs bursting
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 1
|
* @Max: 1
|
||||||
@@ -64,7 +65,7 @@
|
|||||||
0, \
|
0, \
|
||||||
"Set rts for sifs bursting")
|
"Set rts for sifs bursting")
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* gMaxMPDUsInAMPDU - max mpdus in ampdu
|
* gMaxMPDUsInAMPDU - max mpdus in ampdu
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
@@ -85,7 +86,8 @@
|
|||||||
CFG_VALUE_OR_DEFAULT, \
|
CFG_VALUE_OR_DEFAULT, \
|
||||||
"This ini configure max mpdus in ampdu")
|
"This ini configure max mpdus in ampdu")
|
||||||
|
|
||||||
/**
|
/*
|
||||||
|
* <ini>
|
||||||
* arp_ac_category - ARP access category
|
* arp_ac_category - ARP access category
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 3
|
* @Max: 3
|
||||||
@@ -114,7 +116,7 @@
|
|||||||
"Override the default ARP AC configuration")
|
"Override the default ARP AC configuration")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* </ini>
|
* <ini>
|
||||||
* gEnableFastPwrTransition - Configuration for fast power transition
|
* gEnableFastPwrTransition - Configuration for fast power transition
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 2
|
* @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
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* GIPADescSize - IPA descriptor size
|
* gIPADescSize - IPA descriptor size
|
||||||
* @Min: 800
|
* @Min: 800
|
||||||
* @Max: 8000
|
* @Max: 8000
|
||||||
* @Default: 800
|
* @Default: 800
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
* </ini>
|
* </ini>
|
||||||
*/
|
*/
|
||||||
#define CFG_DP_IPA_DESC_SIZE \
|
#define CFG_DP_IPA_DESC_SIZE \
|
||||||
CFG_INI_UINT("GIPADescSize", \
|
CFG_INI_UINT("gIPADescSize", \
|
||||||
800, \
|
800, \
|
||||||
8000, \
|
8000, \
|
||||||
800, \
|
800, \
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* gIPAHighBandwidthMbps - IPA medium bw threshold
|
* gIPAMediumBandwidthMbps - IPA medium bw threshold
|
||||||
* @Min: 100
|
* @Min: 100
|
||||||
* @Max: 400
|
* @Max: 400
|
||||||
* @Default: 200
|
* @Default: 200
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* gIPAHighBandwidthMbps - IPA low bw threshold
|
* gIPALowBandwidthMbps - IPA low bw threshold
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 100
|
* @Max: 100
|
||||||
* @Default: 100
|
* @Default: 100
|
||||||
|
@@ -854,7 +854,7 @@
|
|||||||
#ifdef FEATURE_WLAN_ESE
|
#ifdef FEATURE_WLAN_ESE
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* UapsdMask - To setup Infra Inactivity Interval for ACs
|
* InfraInactivityInterval - To setup Infra Inactivity Interval for ACs
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 4294967295UL
|
* @Max: 4294967295UL
|
||||||
* @Default: 0
|
* @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
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -92,6 +92,7 @@
|
|||||||
"Enable/disable oce feature for SAP")
|
"Enable/disable oce feature for SAP")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* <ini>
|
||||||
* oce_enable_rssi_assoc_reject - Enable/disable rssi based assoc rejection
|
* oce_enable_rssi_assoc_reject - Enable/disable rssi based assoc rejection
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 1
|
* @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
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -75,6 +75,7 @@
|
|||||||
"Disable ABG RATE for TX Data")
|
"Disable ABG RATE for TX Data")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* <ini>
|
||||||
* gSapMaxMCSForTxData - sap 11n max mcs
|
* gSapMaxMCSForTxData - sap 11n max mcs
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 383
|
* @Max: 383
|
||||||
|
@@ -429,6 +429,7 @@
|
|||||||
"chan switch hostapd rate enabled")
|
"chan switch hostapd rate enabled")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
* <ini>
|
||||||
* gReducedBeaconInterval - beacon interval reduced
|
* gReducedBeaconInterval - beacon interval reduced
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 100
|
* @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
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
@@ -193,7 +193,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* CFG_DOT11P_MODE - 802.11p mode
|
* gDot11PMode - 802.11p mode
|
||||||
* @Min: CFG_11P_DISABLED
|
* @Min: CFG_11P_DISABLED
|
||||||
* @Max: CFG_11P_CONCURRENT
|
* @Max: CFG_11P_CONCURRENT
|
||||||
* @Default: CFG_11P_DISABLED
|
* @Default: CFG_11P_DISABLED
|
||||||
|
@@ -138,7 +138,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* gEnableDynamicDTIM - Enable/Disable modulated DTIM feature
|
* gEnableModulatedDTIM - Enable/Disable modulated DTIM feature
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 5
|
* @Max: 5
|
||||||
* @Default: 0
|
* @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
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -174,7 +174,7 @@
|
|||||||
"Set Keep Alive increment of Ping Interval")
|
"Set Keep Alive increment of Ping Interval")
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* gExtWoWApp2KAIncPingInterval - Set TCP source port
|
* gExtWoWApp2TcpSrcPort - Set TCP source port
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 65535
|
* @Max: 65535
|
||||||
* @Default: 5000
|
* @Default: 5000
|
||||||
@@ -190,7 +190,7 @@
|
|||||||
* </ini>
|
* </ini>
|
||||||
*/
|
*/
|
||||||
#define CFG_EXTWOW_TCP_SRC_PORT \
|
#define CFG_EXTWOW_TCP_SRC_PORT \
|
||||||
CFG_INI_UINT("gExtWoWApp2KAIncPingInterval", \
|
CFG_INI_UINT("gExtWoWApp2TcpSrcPort", \
|
||||||
0, 65535, 5000, \
|
0, 65535, 5000, \
|
||||||
CFG_VALUE_OR_DEFAULT, \
|
CFG_VALUE_OR_DEFAULT, \
|
||||||
"Set TCP source port")
|
"Set TCP source port")
|
||||||
|
Reference in New Issue
Block a user