merge in klp-release history after reset to klp-dev
diff --git a/src/p2p/p2p_utils.c b/src/p2p/p2p_utils.c
index 0769ede..e0d3756 100644
--- a/src/p2p/p2p_utils.c
+++ b/src/p2p/p2p_utils.c
@@ -249,7 +249,8 @@
 	u8 op_reg_class, op_channel;
 
 #ifdef ANDROID_P2P
-	if (freq >= 5170 && freq < 5745)
+	if ((freq >= 5170 && freq < 5745) &&
+	    (os_strncasecmp(p2p->cfg->country, "US", 2) == 0))
 		return 0;
 #endif
 	if (p2p_freq_to_channel(freq, &op_reg_class, &op_channel) < 0)