Skip to content
Commit d559e303 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: avoid looking up tid_tx/tid_rx from timers



There's no need to re-lookup the data structures now that
we actually get them immediately with from_timer(), just
avoid that. The struct has to be valid anyway, otherwise
the timer object itself would no longer be valid, and we
can't have a different version of the struct since only a
single session per TID is permitted.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 02049ce2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment