]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: phy: ncsi: reslove the unaligned access issue
authorJacky Chou <jacky_chou@aspeedtech.com>
Mon, 5 Feb 2024 08:13:23 +0000 (16:13 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 26 Mar 2024 23:58:26 +0000 (19:58 -0400)
commitcc09160f30b33ea365e89c445edfb4f3b985911b
treeb753b4650350fa7296a2b2182d105d48b5e75ec6
parent60d77b6f91f08d3be3b03d188c30c9b47e800a62
net: phy: ncsi: reslove the unaligned access issue

From the ethernet header is not on aligned, because the length
of the ethernet header is 14 bytes.
Therefore, unaligned access must be done here.

Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com>
drivers/net/phy/ncsi.c