Bugzilla – Bug 2764
WifiSpectrumModelId doesn't distinguish 11ax from legacy
Last modified: 2017-11-02 17:18:43 UTC
Created attachment 2886 [details] Patch (diff with 12951:51a7df2fd8a2) WifiSpectrumValueHelper currently considers that 11ax 20 MHz uses the same SpectrumModel as legacy 20 MHz. However, the difference in inter-tone spacing makes the code to crash upon verification of number of bands for OFDM frames (namely Beacon) because 11ax SpectrumModel has been generated beforehand. The attached patch proposes to solve this point by adding bandBandwith to WifiSpectrumModelId. Non-reg tests OK.
Created attachment 2887 [details] Modified wifi-spectrum-example Highlights current crash.
Looks reasonable to me; moving to LAST CALL
OK for me as well
verified and pushed in changeset 13134:59ce6b1e73c3