Sfoglia il codice sorgente

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 anni fa
parent
commit
04f7a32d29
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  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} },