From 1ad9a4889fde10b1e21d443bc1836c576338dfc2 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Sun, 3 Jun 2018 10:44:03 -0700 Subject: [PATCH] qcacld-3.0: Remove csrValidateCountryString() prototype Function csrValidateCountryString() no longer exists, but there is still an obsolete prototype for it, so remove it. Change-Id: I40869b7160cbc3e64b785e44711237455f2e02b0 CRs-Fixed: 2255482 --- core/sme/inc/csr_support.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sme/inc/csr_support.h b/core/sme/inc/csr_support.h index fcba44ae03..239003d851 100644 --- a/core/sme/inc/csr_support.h +++ b/core/sme/inc/csr_support.h @@ -317,7 +317,6 @@ QDF_STATUS csr_parse_bss_description_ies(tHalHandle hHal, QDF_STATUS csr_get_parsed_bss_description_ies(tHalHandle hHal, tSirBssDescription *pBssDesc, tDot11fBeaconIEs **ppIEStruct); -bool csrValidateCountryString(tHalHandle hHal, uint8_t *pCountryString); tSirScanType csr_get_scan_type(tpAniSirGlobal pMac, uint8_t chnId); uint8_t csr_to_upper(uint8_t ch); QDF_STATUS csr_get_phy_mode_from_bss(tpAniSirGlobal pMac,