diff --git a/core/sme/src/csr/csr_inside_api.h b/core/sme/src/csr/csr_inside_api.h index 20a5c1511d..6b13247d99 100644 --- a/core/sme/src/csr/csr_inside_api.h +++ b/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, diff --git a/core/sme/src/csr/csr_util.c b/core/sme/src/csr/csr_util.c index 382653032d..303b987e1e 100644 --- a/core/sme/src/csr/csr_util.c +++ b/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)