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

mac80211: add separate last_ack variable



Instead of touching the rx_stats.last_rx from the status path, introduce
and use a status_stats.last_ack variable. This will make rx_stats.last_rx
indicate when the last frame was received, making it available for real
"last_rx" and statistics gathering; statistics, when done per-CPU, will
need to figure out which place was updated last for those items where the
"last" value is exposed.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 2df8bfd7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment