Skip to content

wifi: avoid calling Now() in InterferenceHelper::CalculateNoiseInterferenceW().

Calling Simulator::Now() takes a non-trivial amount of time. Cache it to improve performance.

Merge request reports