Selaa lähdekoodia

qcacld-3.0: Remove csr_is_mcc_supported()

Function csr_is_mcc_supported() is unused, so remove it.

Change-Id: Id0a4196ad502cecd51eb4d8010ce2af0887710a6
CRs-Fixed: 2371136
Jeff Johnson 6 vuotta sitten
vanhempi
sitoutus
c9563620b9
2 muutettua tiedostoa jossa 0 lisäystä ja 7 poistoa
  1. 0 1
      core/sme/src/csr/csr_inside_api.h
  2. 0 6
      core/sme/src/csr/csr_util.c

+ 0 - 1
core/sme/src/csr/csr_inside_api.h

@@ -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,

+ 0 - 6
core/sme/src/csr/csr_util.c

@@ -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)