qcacld-3.0: Code refine for 4 ini items

1) Refine the documentation text of 4 ini items:
   gStaKeepAlivePeriod
   gApKeepAlivePeriod
   gChannelBondingMode5GHz
   gChannelBondingMode24GHz

2) Fix a discrepancy which happens when ini cfg values
   are converted from those defined in enum
   eIniChanBondState to the corresponding values in
   enum ePhyChanBondState.

3) Use the related APIs to setup channel bonding modes
   instead of directly assigning values.

4) Remove the redundant inclusion of the following two
   header files in csr_api_roam.c:
   cfg_ucfg_api.h
   wlan_mlme_api.h

Change-Id: I43c1e5a05bbb34952a5c7bdbde734f4014592c12
CRs-Fixed: 2416991
This commit is contained in:
wadesong
2019-03-15 17:15:59 +08:00
committed by nshrivas
parent 361e1786c6
commit 442b9f2ccb
5 changed files with 37 additions and 20 deletions

View File

@@ -25,13 +25,15 @@
/*
* <ini>
* gStaKeepAlivePeriod - Sends NULL frame to AP periodically in
* seconds to notify STA's existence
* gStaKeepAlivePeriod - STA keep alive period
*
*
* @Min: 0
* @Max: 1000
* @Default: 60
*
* This ini is used to send default NULL frame to AP
* This ini is used to control how frequently STA should send NULL frames to AP
* (period in seconds) to notify AP of its existence.
*
* Related: None
*