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
This commit is contained in:
Hariharan Basuthkar
2020-05-19 15:13:59 +05:30
کامیت شده توسط nshrivas
والد 131d1bf176
کامیت 04f7a32d29

مشاهده پرونده

@@ -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} },