Skip to content

wifi: define move constructors in WifiTxParameters.

Define move constructor and move assignment operator in WifiTxParameters to prevent unnecessary copying. They are not defined by default because the copy constructor and the copy assignment operator are explicit.

Merge request reports