Re: [PATCH net-next 6/7] net: freescale: ucc_geth: Hardcode the preamble length to 7 bytes
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-11-07 17:51:51
Also in:
lkml, netdev
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-11-07 17:51:51
Also in:
lkml, netdev
On Thu, Nov 07, 2024 at 06:02:53PM +0100, Maxime Chevallier wrote:
The preamble length can be configured in ucc_geth, however it just ends-up always being configured to 7 bytes, as nothing ever changes the default value of 7. Make that value the default value when the MACCFG2 register gets initialized, and remove the code to configure that value altogether. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew