mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
The original changes brakes MAC address assignment on older chip
versions (see bug report [0]), and it brakes random MAC assignment.
is_valid_ether_addr() requires that its argument is word-aligned.
Add the missing alignment to array mac_addr.
[0] https://bugzilla.kernel.org/show_bug.cgi?id=215087
Fixes:
|
||
|---|---|---|
| .. | ||
| 8139cp.c | ||
| 8139too.c | ||
| atp.c | ||
| atp.h | ||
| Kconfig | ||
| Makefile | ||
| r8169_firmware.c | ||
| r8169_firmware.h | ||
| r8169_main.c | ||
| r8169_phy_config.c | ||
| r8169.h | ||