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:

gEnableDynamicDTIM
g_sap_chanswitch_mode
gVhtChannelWidth
gDataInactivityTimeout

Change-Id: I2b1455d0ea27fd35dc0cf66316c7dc3b348ee0ac
CRs-Fixed: 2416086
This commit is contained in:
wadesong
2019-03-14 16:35:05 +08:00
committed by nshrivas
parent 09bb9cf90a
commit bfc88b4a0d
4 changed files with 16 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
* Copyright (c) 2011-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
@@ -264,12 +264,13 @@
/*
* <ini>
* gDataInactivityTimeout - Data activity timeout for non wow mode.
* gDataInactivityTimeout - Data inactivity timeout for non wow mode.
* @Min: 1
* @Max: 255
* @Default: 200
*
* This ini is used to set data inactivity timeout in non wow mode.
* This ini is used to set data inactivity timeout value, in milliseconds, of
* non wow mode.
*
* Supported Feature: inactivity timeout in non wow mode
*