qcacld-3.0: Add MLME CFG items of RTT and PMF

Add CFG items of RTT and PMF as generic items based
on converged cfg component.

Change-Id: Ic95d1e7b052259149704d9faf65ebe5f51536fdf
CRs-Fixed: 2313281
This commit is contained in:
Karthik Kantamneni
2018-09-11 19:08:38 +05:30
committed by Nitesh Shrivastav
parent 6945c1e38d
commit 2e29c7972b
4 changed files with 129 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
#include "qdf_types.h"
#include "cfg_mlme_chainmask.h"
#include "cfg_mlme_generic.h"
#include "cfg_mlme_ht_caps.h"
#include "cfg_mlme_he_caps.h"
#include "cfg_mlme_lfr.h"
@@ -41,6 +42,7 @@
/* Please Maintain Alphabetic Order here */
#define CFG_MLME_ALL \
CFG_CHAINMASK_ALL \
CFG_GENERIC_ALL \
CFG_HT_CAPS_ALL \
CFG_HE_CAPS_ALL \
CFG_LFR_ALL \