qcacld-3.0: Cleanup instances of CFG_COUNTRY_CODE

Remove instances of CFG_COUNTRY_CODE and country_code from
wlan_mlme_reg struct.
Remove redundant country code APIs.

This change is needed because the country code is no longer
stored in CFG file, and subsequently, there is no need for
CFG_COUNTRY_CODE.

Change-Id: Ia4b3b40d0dccfde696352967f2902dfba344a445
CRs-Fixed: 2634079
This commit is contained in:
Lincoln Tran
2020-02-21 12:02:39 -08:00
committed by nshrivas
부모 08c5502552
커밋 9faaae1bb7
18개의 변경된 파일42개의 추가작업 그리고 169개의 파일을 삭제

파일 보기

@@ -226,22 +226,6 @@
VALID_CHANNEL_LIST_DEFAULT, \
"valid channel list")
/*
* country_code - Set country code
* @Default: NA
*
* This ini is used to set country code
*
* Usage: Internal
*
*/
#define CFG_COUNTRY_CODE CFG_STRING( \
"country_code", \
0, \
CFG_COUNTRY_CODE_LEN, \
"", \
"country code")
/*
* <ini>
* ignore_fw_reg_offload_ind - If set, Ignore the FW offload indication
@@ -297,7 +281,6 @@
CFG(CFG_INDOOR_CHANNEL_SUPPORT) \
CFG(CFG_SCAN_11D_INTERVAL) \
CFG(CFG_VALID_CHANNEL_LIST) \
CFG(CFG_COUNTRY_CODE) \
CFG(CFG_IGNORE_FW_REG_OFFLOAD_IND) \
CFG_SAP_AVOID_ACS_FREQ_LIST_ALL