commit | a1e514c5d0397b5581721aad9b303f7df83b103d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Nov 26 06:07:09 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 26 15:53:02 2009 -0800 |
tree | 8a4da00850ff4e153aead21baab749f8d5994497 | |
parent | 445409602c09219767c06497c0dc2285eac244ed [diff] |
macvlan: cleanup rx statistics We have very similar code for rx statistics in two places in the macvlan driver, with a third one being added in the next patch. Consolidate them into one function to improve overall readability of the driver. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>