Searched hist:b8da6b6a99b4b0d8d464b621ba7dcbcb08172b7d (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | status.c | diff b8da6b6a99b4b0d8d464b621ba7dcbcb08172b7d Thu Mar 31 12:02:07 CDT 2016 Johannes Berg <johannes.berg@intel.com> 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: Johannes Berg <johannes.berg@intel.com>
|
H A D | ibss.c | diff b8da6b6a99b4b0d8d464b621ba7dcbcb08172b7d Thu Mar 31 12:02:07 CDT 2016 Johannes Berg <johannes.berg@intel.com> 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: Johannes Berg <johannes.berg@intel.com>
|
H A D | sta_info.h | diff b8da6b6a99b4b0d8d464b621ba7dcbcb08172b7d Thu Mar 31 12:02:07 CDT 2016 Johannes Berg <johannes.berg@intel.com> 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: Johannes Berg <johannes.berg@intel.com>
|
H A D | sta_info.c | diff b8da6b6a99b4b0d8d464b621ba7dcbcb08172b7d Thu Mar 31 12:02:07 CDT 2016 Johannes Berg <johannes.berg@intel.com> 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: Johannes Berg <johannes.berg@intel.com>
|