realtek: ethernet: avoid using unitialized memory
The mac_addr variable was not zero-initialized, causing weird side effects
when the memory contents were a valid MAC address.
Signed-off-by: Carl-Daniel Hailfinger <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/21504
Signed-off-by: Stijn Tintel <[email protected]>