wifi: Fix number of bits to express channel width in HeRu

This commit is contained in:
Sebastien Deronne
2022-12-14 10:43:01 +08:00
committed by Sébastien Deronne
parent eb5bbffb42
commit bd20e8d2d5

View File

@@ -282,7 +282,7 @@ class HeRu
std::size_t& nCentral26TonesRus);
/// (bandwidth, number of tones) pair
typedef std::pair<uint8_t, RuType> BwTonesPair;
typedef std::pair<uint16_t, RuType> BwTonesPair;
/// map (bandwidth, number of tones) pairs to the group of subcarrier ranges
typedef std::map<BwTonesPair, std::vector<SubcarrierGroup>> SubcarrierGroups;