Skip to content
Snippets Groups Projects
Commit cea6c8ce authored by Alban Bedel's avatar Alban Bedel Committed by Marek Vasut
Browse files

net: asix: Fix ASIX 88772B with driver model


Commit 14727120 ("net: asix: fix operation without eeprom")
added a special handling for ASIX 88772B that enable another
type of header. This break the driver in DM mode as the extra handling
needed in the receive path is missing.

However this new header mode is not required and only seems to
increase the code complexity, so this patch revert this part of
commit 14727120.

This also reverts commit 41d1258a
("net: asix: Fix AX88772B when used with DriverModel") of late.

Fixes: 14727120 ("net: asix: fix operation without eeprom")

Signed-off-by: default avatarAlban Bedel <alban.bedel@avionic-design.de>
Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
parent cbe7706a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment