Skip to content

wifi: avoid a double map lookup in `MacRxMiddle::Lookup()`.

When source is not found in m_originatorStatus, another map "lookup" follows to insert source. For performance, do only one lookup.

Merge request reports