Revert "Change the default country setting to US"

This reverts commit e4da0314cb058c75bd2f910234741ddb8a06b880.

Update the default setting on device in /etc/default/crda

Change-Id: I1868c628f7a172ac69ef505c5358d0d74567291b
diff --git a/mgmt/rlm_domain.c b/mgmt/rlm_domain.c
index 095b114..7c933c2 100644
--- a/mgmt/rlm_domain.c
+++ b/mgmt/rlm_domain.c
@@ -2743,8 +2743,7 @@
 
 void rlmDomainSetDefaultCountryCode(void)
 {
-	// Set the default country code to US
-	g_mtk_regd_control.alpha2 = 0x5355;
+	g_mtk_regd_control.alpha2 = COUNTRY_CODE_WW;
 }
 
 void rlmDomainResetCtrlInfo(void)