From: Johannes Berg Date: Tue, 5 Feb 2013 09:55:21 +0000 (+0100) Subject: mac80211: provide race-free 64-bit traffic counters X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~170^2^2~118^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560d268220d3416a2d473bcc906ea2ccbf51e4ec;p=pandora-kernel.git mac80211: provide race-free 64-bit traffic counters Make the TX bytes/packets counters race-free by keeping them per AC so concurrent TX on queues can't cause lost or wrong updates. This works since each station belongs to a single interface. While at it also make the bytes counters 64-bit. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed