Re: orinoco: Use net_device_stats from struct net_device

2017-02-15 Thread Kalle Valo
ext.git, thanks. 3a6282045b22 orinoco: Use net_device_stats from struct net_device -- https://patchwork.kernel.org/patch/9566717/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

[PATCH] orinoco: Use net_device_stats from struct net_device

2017-02-10 Thread Tobias Klauser
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 --- drivers/net/wireless/intersil/orinoco/main.c | 27 ++ drive