Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b85c7889 authored by Lincoln Tran's avatar Lincoln Tran Committed by Gerrit - the friendly Code Review server
Browse files

qcacmn: Update Japan operating class table

For operating class 128 and 130, a new center channel was added to list.
Update the table to reflect the new channels.

Change-Id: I6157f02089f7b4f16231a6bb35d829343bbc968f
CRs-fixed: 2975890
parent 78cb3c0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -247,13 +247,13 @@ static const struct reg_dmn_op_class_map_t japan_op_class[] = {
	 {104, 112, 120, 128, 136} },
	{128, 80, BW80, BIT(BEHAV_NONE), 5000,
	 {36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120,
	  124, 128} },
	  124, 128, 132, 136, 140, 144} },
	{129, 160, BW80, BIT(BEHAV_NONE), 5000,
	 {36, 40, 44, 48, 52, 56, 60, 64, 100,
	  104, 108, 112, 116, 120, 124, 128} },
	{130, 80, BW80, BIT(BEHAV_BW80_PLUS), 5000,
	 {36, 40, 44, 48, 52, 56, 60, 64, 100, 104, 108, 112, 116, 120,
	  124, 128} },
	  124, 128, 132, 136, 140, 144} },
	{0, 0, 0, 0, 0, {0} },
};