diff --git a/src/common/ieee802_11_common.c b/src/common/ieee802_11_common.c index ec174562a..5b80db6d3 100644 --- a/src/common/ieee802_11_common.c +++ b/src/common/ieee802_11_common.c @@ -2232,6 +2232,9 @@ int oper_class_bw_to_int(const struct oper_class_map *map) int center_idx_to_bw_6ghz(u8 idx) { + /* Channel: 2 */ + if (idx == 2) + return 0; /* 20 MHz */ /* channels: 1, 5, 9, 13... */ if ((idx & 0x3) == 0x1) return 0; /* 20 MHz */