Browse Source

qcacmn: Fix channel mismatch issue

Number of reg rules in APL16 regdomain was 3. Therefore,
supported channels shows from 36 through 116.
Updated number of reg rules to 5 to enable the channels
from 36 through 165.

Change-Id: I1d7d95629e19facf7751ccae6f60aeef6eda1ba3
CRs-Fixed: 2075975
Abhijit Pradhan 7 years ago
parent
commit
1e656c2eed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      umac/regulatory/core/src/reg_db.c

+ 1 - 1
umac/regulatory/core/src/reg_db.c

@@ -852,7 +852,7 @@ const struct regdomain regdomains_5g[] = {
 					      CHAN_5250_5330_5,
 					      CHAN_5735_5835_2} },
 
-	[APL16] = {CTL_FCC, DFS_UNINIT_REG, 2, 0, 3, {CHAN_5170_5250_1,
+	[APL16] = {CTL_FCC, DFS_UNINIT_REG, 2, 0, 5, {CHAN_5170_5250_1,
 					    CHAN_5250_5330_6,
 					    CHAN_5490_5590_2,
 					    CHAN_5650_5730_2,