Toke Høiland-Jørgensen <toke@xxxxxxxxxx> writes: > In ieee80211_tx_status() we don't have an sdata struct when looking up the > destination sta. Instead, we just do a lookup by the vif addr that is the > source of the packet being completed. Factor this out into a new sta_info > getter helper, since we need to use it for accounting AQL as well. > > Signed-off-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> This was another self-contained change that is a pre-requisite for the AQL patch, but I figured I could just send on its own while we iterate on the main patch. Johannes, do feel free to tell me if it is annoying to do it this way; I'm just trying to speed things up a bit (while eyeing the fast approaching merge window :)). -Toke