qcacld-3.0: cfg ini documentation refine
Some malformed comments were discovered when generating the official documentation of wlan cfg ini items. Refine the documentation text of the following items in one batch: gEnableVendorVhtFor24GHzBand hostArpOffload ssdp gEnableDynamicDTIM gEnableModulatedDTIM Change-Id: I3cd617e52e86e2a890e35edb33b37ba3df8f4f6e CRs-Fixed: 2414259
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
|
||||||
@@ -488,7 +488,7 @@
|
|||||||
"VHT Enable for 24GHz")
|
"VHT Enable for 24GHz")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* gEnableVendorVhtFor24GHzBand:Parameter to control VHT support
|
* gEnableVendorVhtFor24GHzBand - Parameter to control VHT support
|
||||||
* based on vendor ie in 2.4 GHz band
|
* based on vendor ie in 2.4 GHz band
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 1
|
* @Max: 1
|
||||||
|
@@ -28,7 +28,8 @@
|
|||||||
* @Max: 1
|
* @Max: 1
|
||||||
* @Default: 1
|
* @Default: 1
|
||||||
*
|
*
|
||||||
* This ini is used to enable/disable host ARP offload.
|
* This ini is used to enable/disable firmware's capability of sending ARP
|
||||||
|
* response to clients.
|
||||||
*
|
*
|
||||||
* Usage: External
|
* Usage: External
|
||||||
*
|
*
|
||||||
@@ -37,7 +38,7 @@
|
|||||||
#define CFG_PMO_ENABLE_HOST_ARPOFFLOAD CFG_INI_BOOL( \
|
#define CFG_PMO_ENABLE_HOST_ARPOFFLOAD CFG_INI_BOOL( \
|
||||||
"hostArpOffload", \
|
"hostArpOffload", \
|
||||||
1, \
|
1, \
|
||||||
"enable/disable host arp offload")
|
"enable/disable host ARP offload")
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
@@ -77,12 +78,12 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* <ini>
|
* <ini>
|
||||||
* ssdp - Enable/disable ssdp
|
* ssdp - Enable/disable SSDP
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 1
|
* @Max: 1
|
||||||
* @Default: 1
|
* @Default: 1
|
||||||
*
|
*
|
||||||
* This ini is used to enable/disable ssdp.
|
* This ini is used to enable/disable Simple Service Discovery Protocol(SSDP).
|
||||||
*
|
*
|
||||||
* Usage: External
|
* Usage: External
|
||||||
*
|
*
|
||||||
@@ -115,10 +116,10 @@
|
|||||||
* <ini>
|
* <ini>
|
||||||
* gEnableDynamicDTIM - Enable Dynamic DTIM
|
* gEnableDynamicDTIM - Enable Dynamic DTIM
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 9
|
* @Max: 5
|
||||||
* @Default: 0
|
* @Default: 0
|
||||||
*
|
*
|
||||||
* This ini is used to enable/disable ssdp.
|
* This ini is used to enable/disable dynamic DTIM.
|
||||||
*
|
*
|
||||||
* 0 -Disable Dynamic DTIM
|
* 0 -Disable Dynamic DTIM
|
||||||
* 1 to 5 - SLM will switch to DTIM specified here when host suspends and
|
* 1 to 5 - SLM will switch to DTIM specified here when host suspends and
|
||||||
@@ -131,7 +132,7 @@
|
|||||||
#define CFG_PMO_ENABLE_DYNAMIC_DTIM CFG_INI_UINT( \
|
#define CFG_PMO_ENABLE_DYNAMIC_DTIM CFG_INI_UINT( \
|
||||||
"gEnableDynamicDTIM", \
|
"gEnableDynamicDTIM", \
|
||||||
0, \
|
0, \
|
||||||
9, \
|
5, \
|
||||||
0, \
|
0, \
|
||||||
CFG_VALUE_OR_DEFAULT, \
|
CFG_VALUE_OR_DEFAULT, \
|
||||||
"Enable Dynamic DTIM")
|
"Enable Dynamic DTIM")
|
||||||
@@ -145,6 +146,16 @@
|
|||||||
*
|
*
|
||||||
* This ini is used to enable/disable modulated DTIM feature.
|
* This ini is used to enable/disable modulated DTIM feature.
|
||||||
*
|
*
|
||||||
|
* 0 - Disable modulated DTIM.
|
||||||
|
* 1 to 5 - The maximum No. of modulated DTIM period used for calculating the
|
||||||
|
* target listen interval.
|
||||||
|
*
|
||||||
|
* The target listen interval will be updated to firmware when host driver is
|
||||||
|
* setting the suspend DTIM parameters.
|
||||||
|
*
|
||||||
|
* This configuration will be ignored when dynamic DTIM is enabled(by
|
||||||
|
* gEnableDynamicDTIM).
|
||||||
|
*
|
||||||
* Usage: External
|
* Usage: External
|
||||||
*
|
*
|
||||||
* </ini>
|
* </ini>
|
||||||
|
Reference in New Issue
Block a user