commit | 3a6282045b228f6de6abced74b793c71178fb948 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Feb 10 14:03:13 2017 +0100 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Feb 15 11:13:04 2017 +0200 |
tree | 75b3de4af82e02f90659040bbdb7d2287c99d596 | |
parent | 7546bba385b4eb746fcb2ea972abe96efb44edb8 [diff] |
orinoco: Use net_device_stats from struct net_device Instead of using a private copy of struct net_device_stats in struct orinoco_private, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>