qcacld-3.0: Make regdomain code linux style

Fix the data structures of regdomain code; to make it linux style.

Change-Id: If8123370f4ce370adba1a49636b42449c2644144
CRs-Fixed: 961806
diff --git a/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c b/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c
index 17d4492..590d8eb 100644
--- a/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c
+++ b/core/mac/src/pe/lim/lim_send_sme_rsp_messages.c
@@ -2106,7 +2106,7 @@
 			} else if (csa_params->ies_present_flag
 			    & lim_xcsa_ie_present) {
 				chan_space =
-					cds_regdm_get_chanwidth_from_opclass(
+					cds_reg_dmn_get_chanwidth_from_opclass(
 					    mac_ctx->scan.countryCodeCurrent,
 					    csa_params->channel,
 					    csa_params->new_op_class);
@@ -2157,7 +2157,7 @@
 			if (csa_params->ies_present_flag
 			    & lim_xcsa_ie_present) {
 				chan_space =
-					cds_regdm_get_chanwidth_from_opclass(
+					cds_reg_dmn_get_chanwidth_from_opclass(
 					mac_ctx->scan.countryCodeCurrent,
 					csa_params->channel,
 					csa_params->new_op_class);