]> www.infradead.org Git - nvme.git/commit
e1000e: change I219 (19) devices to ADP
authorVitaly Lifshits <vitaly.lifshits@intel.com>
Sun, 8 Sep 2024 06:49:17 +0000 (09:49 +0300)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 8 Oct 2024 21:39:22 +0000 (14:39 -0700)
commit9d9e5347b035412daa844f884b94a05bac94f864
tree5d675391a37911639696fcf7d43f39d2107f3def
parent330a699ecbfc9c26ec92c6310686da1230b4e7eb
e1000e: change I219 (19) devices to ADP

Sporadic issues, such as PHY access loss, have been observed on I219 (19)
devices. It was found that these devices have hardware more closely
related to ADP than MTP and the issues were caused by taking MTP-specific
flows.

Change the MAC and board types of these devices from MTP to ADP to
correctly reflect the LAN hardware, and flows, of these devices.

Fixes: db2d737d63c5 ("e1000e: Separate MTP board type from ADP")
Signed-off-by: Vitaly Lifshits <vitaly.lifshits@intel.com>
Tested-by: Mor Bar-Gabay <morx.bar.gabay@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/e1000e/hw.h
drivers/net/ethernet/intel/e1000e/netdev.c