On 20.04.2015 20:19, David Miller wrote:
(...)
> I'd rather see something like this submitted in a patch series alongside
> some actual uses.
>
> So I'm tossing this for now.
>
Ok;
I'll add it to a series where I need it (rtl8192e)
Regards,
Mateusz
--
To unsubscribe from this list: send the lin
From: Mateusz Kulikowski
Date: Sun, 19 Apr 2015 23:39:37 +0200
> Some drivers require copying unaligned ethernet addresses.
> Using memcpy() causes checkpatch warnings and may cause
> regressions (someone will "fix" alignment of packed structure)
>
> Signed-off-by: Mateusz Kulikowski
I'd rathe
Some drivers require copying unaligned ethernet addresses.
Using memcpy() causes checkpatch warnings and may cause
regressions (someone will "fix" alignment of packed structure)
Signed-off-by: Mateusz Kulikowski
---
include/linux/etherdevice.h | 16
1 file changed, 16 insertions