Skip to content

wifi: Decrease memory usage

This MR fixes the unbounded memory usage reported in #284 (closed) by removing WifiPhy::m_endOfMpduEvents, which is currently unused. I think it is best to remove it for now, and then @sderonne can introduce it back with the UL OFDMA MRs (along with the necessary instructions to remove the events when done).

While at it, I also removed an unnecessary packet copy done by MacRxMiddle for every received packet.

Merge request reports