mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
41faeb1df9
The device is what actually controls the MTU, and it has its own field for this, so having a second one just meant the MTU never got updated after startup. Remove the "mtu" field from the interface, use the "device->mtu" directly, and then actually invoke device->module->set_mtu when updating.