qcacld-3.0: Use MLME CFG for BSS Scoring Items

Implement the usage of MLME CFG infra for BSS Scoring related INI Items
and remove the older INI definitions from HDD.

Change-Id: I0db69138f0439131916a38176b5b21b706ff3671
CRs-Fixed: 2318320
This commit is contained in:
Vignesh Viswanathan
2018-09-17 17:00:29 +05:30
committed by nshrivas
parent 72fb86d669
commit 753ed9be6d
2 changed files with 150 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
#include "cfg_mlme_sta.h"
#include "cfg_sap_protection.h"
#include "cfg_mlme_sap.h"
#include "cfg_mlme_scoring.h"
#define CFG_MLME_ALL \
CFG_CHAINMASK_ALL \
@@ -46,6 +47,7 @@
CFG_RATES_ALL \
CFG_SAP_PROTECTION_ALL \
CFG_SAP_ALL \
CFG_STA_ALL
CFG_STA_ALL \
CFG_SCORING_ALL
#endif /* __CFG_MLME_H */