[PATCH] brcmfmac: Use net_device_stats from struct net_device

2017-02-13 Thread Tobias Klauser
Instead of using a private copy of struct net_device_stats in struct brcm_if, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Signed-off-by: Tobias Klauser --- .../wireless/broadcom/brcm80211/brcmfmac/core.c| 26

[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

[PATCH] ath6kl: Use net_device_stats from struct net_device

2017-02-09 Thread Tobias Klauser
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 --- drivers/net/wireless/ath/ath6kl/core.h | 1 - drivers/net/wireless/ath/ath6kl/main.c

Re: [PATCH] NFC: nfcmrvl: Include unaligned.h instead of access_ok.h

2016-10-26 Thread Tobias Klauser
On 2016-10-26 at 11:00:12 +0200, Tobias Klauser wrote: > Including linux/unaligned/access_ok.h causes the allmodconfig build on > ia64 (and maybe others) to fail with the following warnings: > > include/linux/unaligned/access_ok.h:7:19: error: redefinition of > 'get_unali

[PATCH] NFC: nfcmrvl: Include unaligned.h instead of access_ok.h

2016-10-26 Thread Tobias Klauser
load support") Reported-by: kbuild test robot Link: https://lkml.org/lkml/2016/10/22/247 Cc: Vincent Cuissard Signed-off-by: Tobias Klauser --- drivers/nfc/nfcmrvl/fw_dnld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nfc/nfcmrvl/fw_dnld.c b/drivers/nfc