Skip to content

wifi: Avoid repeated calculations by caching variable

Eduardo Almeida requested to merge edalm/ns-3-dev:spectrum-optimization into master

Avoid repeated calculations of DbToRatio(GetRxGain()) by caching the result in a variable.

Merge request reports