Bläddra i källkod

Merge "qcacmn: Update Japan operating class table"

Linux Build Service Account 4 år sedan
förälder
incheckning
a9babbde7e
1 ändrade filer med 2 tillägg och 2 borttagningar
  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} },
 };