From c8505c0d7afeef13a40e5053b4f04b760022c1b1 Mon Sep 17 00:00:00 2001 From: Martin D Kealey Date: Sat, 24 Sep 2022 17:40:48 +1000 Subject: [PATCH] Vacate RTW_ChannelPlanMap[0x55], was a dup of [0x34] --- core/rtw_chplan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rtw_chplan.c b/core/rtw_chplan.c index 2754b0a..dcea235 100644 --- a/core/rtw_chplan.c +++ b/core/rtw_chplan.c @@ -282,7 +282,7 @@ static const struct chplan_ent_t RTW_ChannelPlanMap[] = { /* 0x52 */ CHPLAN_ENT(TXPWR_LMT_ETSI, RTW_CHD_2G_01, TXPWR_LMT_ETSI, RTW_CHD_5G_17), /* 0x53 */ CHPLAN_ENT(TXPWR_LMT_NCC, RTW_CHD_2G_03, TXPWR_LMT_NCC, RTW_CHD_5G_18), /* 0x54 */ CHPLAN_ENT(TXPWR_LMT_ETSI, RTW_CHD_2G_01, TXPWR_LMT_ETSI, RTW_CHD_5G_15), - /* 0x55 */ CHPLAN_ENT(TXPWR_LMT_FCC, RTW_CHD_2G_03, TXPWR_LMT_FCC, RTW_CHD_5G_01), + /* 0x55 */ CHPLAN_ENT_NOT_DEFINED, /* was duplicate of 0x34 */ /* 0x56 */ CHPLAN_ENT(TXPWR_LMT_ETSI, RTW_CHD_2G_01, TXPWR_LMT_ETSI, RTW_CHD_5G_19), /* 0x57 */ CHPLAN_ENT(TXPWR_LMT_FCC, RTW_CHD_2G_03, TXPWR_LMT_FCC, RTW_CHD_5G_20), /* 0x58 */ CHPLAN_ENT(TXPWR_LMT_MKK, RTW_CHD_2G_02, TXPWR_LMT_MKK, RTW_CHD_5G_14),