On 28/2/25 18:48, Peter Maydell wrote:
Now we have a constant for the maximum packet size, we can use it to replace various hardcoded 2048 values.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- hw/net/smc91c111.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>