From: linmiaohe <[email protected]> Date: Sat, 1 Aug 2020 17:12:38 +0800
> From: Miaohe Lin <[email protected]> > > Use eth_zero_addr() to clear mac address instead of memset(). > > Signed-off-by: Miaohe Lin <[email protected]> If you're going to make this change, you should probably convert this macro to use eth_addr_copy() at the same time.

