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
Bu işleme şunda yer alıyor:
Lincoln Tran
2021-06-24 10:08:39 -07:00
işlemeyi yapan: Madan Koyyalamudi
ebeveyn ea4286f808
işleme 888f9d0de8

Dosyayı Görüntüle

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