From 22981e0e5ab3aedfb46698ed7c12c7b944781bd3 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 10 Sep 2014 09:34:50 +0200 Subject: [PATCH] staging: vt6655: Use net_device_stats from struct net_device Instead of using an own copy of struct net_device_stats in struct vnt_private, use stats from struct net_device. Also remove the thus unnecessary device_get_stats(), as it would now just return netdev->stats, which is the default in dev_get_stats(). Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed