
On Fri, Sep 9, 2016 at 8:54 PM, Marcel Ziswiler marcel.ziswiler@toradex.com wrote:
From: Alban Bedel alban.bedel@avionic-design.de
Commit 147271209a9d ("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 147271209a9d.
This also reverts commit 41d1258aceb45b45f9e68f67a9c40f0afbc09dc9 ("net: asix: Fix AX88772B when used with DriverModel") of late.
Fixes: 147271209a9d ("net: asix: fix operation without eeprom")
Signed-off-by: Alban Bedel alban.bedel@avionic-design.de Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com
Please note that this also obsoletes the following patch sent earlier as requested by Marek:
[PATCH] Revert "net: asix: Fix AX88772B when used with DriverModel"
Changes in v2:
- reverting the changes from Joshua's patch as well as suggested by Marek
Acked-by: Joe Hershberger joe.hershberger@ni.com