Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet
Heiner Kallweit 353af85ed8 r8169: avoid potentially misaligned access when getting mac address
Interpreting a member of an u16 array as u32 may result in a misaligned
access. Also it's not really intuitive to define a mac address variable
as array of three u16 words. Therefore use an array of six bytes that
is properly aligned for 32 bit access.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-05-02 16:23:49 -04:00
..
2018-05-02 13:03:37 -04:00
2018-03-20 12:08:45 -04:00
2018-02-22 10:44:36 +08:00
2018-04-19 13:34:44 -04:00
2018-04-24 13:59:42 -04:00
2018-05-02 11:11:30 -04:00