commit | 1235a3b66cbfe4262b52137115056829c1760120 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Thu Feb 09 12:21:17 2017 +0100 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Feb 14 19:57:19 2017 +0200 |
tree | dacc3547f4579cbfb1aacd8b60b2234c22f44ee0 | |
parent | a532293fcba4b6b041c1a91674bc284d51280eb7 [diff] |
ath6kl: Use net_device_stats from struct net_device Instead of using a private copy of struct net_device_stats in struct ath6kl_vif, 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@qca.qualcomm.com>