qcacmn: Support op class 30 in US

According to spec, add operating class 30 for
country US.

Change-Id: Ie8268fe7e00d7dcb959c5744a1ab38d63a8d5397
CRs-Fixed: 2473419
diff --git a/umac/regulatory/core/src/reg_opclass.c b/umac/regulatory/core/src/reg_opclass.c
index e5150fc..4ad5fc5 100644
--- a/umac/regulatory/core/src/reg_opclass.c
+++ b/umac/regulatory/core/src/reg_opclass.c
@@ -76,6 +76,7 @@
 	{27, 40, BW40_HIGH_PRIMARY, {40, 48} },
 	{28, 40, BW40_HIGH_PRIMARY, {56, 64} },
 	{29, 40, BW40_HIGH_PRIMARY, {104, 112, 120, 128, 136} },
+	{30, 40, BW40_HIGH_PRIMARY, {153, 161} },
 	{31, 40, BW40_HIGH_PRIMARY, {153, 161} },
 	{32, 40, BW40_LOW_PRIMARY, {1, 2, 3, 4, 5, 6, 7} },
 	{33, 40, BW40_HIGH_PRIMARY, {5, 6, 7, 8, 9, 10, 11} },