qcacld-3.0: Remove csr_is_mcc_supported()

Function csr_is_mcc_supported() is unused, so remove it.

Change-Id: Id0a4196ad502cecd51eb4d8010ce2af0887710a6
CRs-Fixed: 2371136
This commit is contained in:
Jeff Johnson
2018-12-19 11:12:22 -08:00
committed by nshrivas
parent 5721ab88f7
commit c9563620b9
2 changed files with 0 additions and 7 deletions

View File

@@ -521,7 +521,6 @@ QDF_STATUS csr_get_regulatory_domain_for_country(struct mac_context *mac,
bool csr_is11h_supported(struct mac_context *mac);
bool csr_is11e_supported(struct mac_context *mac);
bool csr_is_wmm_supported(struct mac_context *mac);
bool csr_is_mcc_supported(struct mac_context *mac);
/* Return SUCCESS is the command is queued, failed */
QDF_STATUS csr_queue_sme_command(struct mac_context *mac, tSmeCmd *pCommand,

View File

@@ -1387,12 +1387,6 @@ bool csr_is11e_supported(struct mac_context *mac)
return mac->roam.configParam.Is11eSupportEnabled;
}
bool csr_is_mcc_supported(struct mac_context *mac)
{
return mac->roam.configParam.fenableMCCMode;
}
bool csr_is_wmm_supported(struct mac_context *mac)
{
if (eCsrRoamWmmNoQos == mac->roam.configParam.WMMSupportMode)