Procházet zdrojové kódy

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
Lincoln Tran před 4 roky
rodič
revize
888f9d0de8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      umac/regulatory/core/src/reg_opclass.c

+ 2 - 2
umac/regulatory/core/src/reg_opclass.c

@@ -259,13 +259,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} },
 };