Re: [PATCH] etherdevice: Add ether_addr_copy_unaligned

2015-04-21 Thread Mateusz Kulikowski
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

Re: [PATCH] etherdevice: Add ether_addr_copy_unaligned

2015-04-21 Thread Mateusz Kulikowski
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 line

Re: [PATCH] etherdevice: Add ether_addr_copy_unaligned

2015-04-20 Thread David Miller
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

Re: [PATCH] etherdevice: Add ether_addr_copy_unaligned

2015-04-20 Thread David Miller
From: Mateusz Kulikowski mateusz.kulikow...@gmail.com 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

[PATCH] etherdevice: Add ether_addr_copy_unaligned

2015-04-19 Thread Mateusz Kulikowski
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

[PATCH] etherdevice: Add ether_addr_copy_unaligned

2015-04-19 Thread Mateusz Kulikowski
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 mateusz.kulikow...@gmail.com --- include/linux/etherdevice.h | 16 1