Browse Source

qcacmn: Modify reg_rules in FCC4

As per regulatory update database xls, FCC4 supports 4.9GHz channels,
as well as 5G channels. But currently only 4.9GHz support is present.

Therefore, add the 5G reg_rules in FCC4's definition to support 5GHz
channels.

Change-Id: Ib71c01635f5aef18c4597ee3f699b5b033087112
CRs-Fixed: 2689729
Hariharan Basuthkar 5 năm trước cách đây
mục cha
commit
04f7a32d29
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      umac/regulatory/core/src/reg_db.c

+ 4 - 1
umac/regulatory/core/src/reg_db.c

@@ -1358,7 +1358,10 @@ const struct regdomain regdomains_5g[] = {
 							  CHAN_5490_5730_1,
 							  CHAN_5735_5835_2} },
 
-	[FCC4] = {CTL_FCC, DFS_FCC_REGION, 2, 20, 6, 1, {CHAN_4940_4990_1} },
+	[FCC4] = {CTL_FCC, DFS_FCC_REGION, 2, 160, 6, 4, {CHAN_4940_4990_1,
+							  CHAN_5170_5250_1,
+							  CHAN_5250_5330_7,
+							  CHAN_5735_5835_2} },
 
 	[FCC5] = {CTL_FCC, DFS_UNINIT_REGION, 2, 80, 6, 2, {CHAN_5170_5250_4,
 							    CHAN_5735_5835_2} },