hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement
authorBernhard Beschow <shentey@gmail.com>
Wed, 11 Dec 2024 15:30:52 +0000 (15:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Dec 2024 15:30:52 +0000 (15:30 +0000)
commit973a2fac48590d9b4e6f1601a13c7f96a1fd5deb
treedc6f8088947d995d854f4ac744b47ad8a76e1fb6
parent212a52c8f2e4ce13251ed998db57af22b34e7e6f
hw/net/lan9118_phy: Add missing 100 mbps full duplex advertisement

The real device advertises this mode and the device model already advertises
100 mbps half duplex and 10 mbps full+half duplex. So advertise this mode to
make the model more realistic.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Message-id: 20241102125724.532843-6-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/net/lan9118_phy.c