Changeset 87823 in vbox
- Timestamp:
- Feb 20, 2021 1:35:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r85698 r87823 275 275 pNetDev->get_stats = vboxNetAdpLinuxGetStats; 276 276 #endif /* RTLNX_VER_MAX(2,6,29) */ 277 #if RTLNX_VER_MIN(4,10,0) 278 pNetDev->max_mtu = 16110; 279 #endif /* RTLNX_VER_MIN(4,10,0) */ 277 280 278 281 pNetDev->ethtool_ops = &gEthToolOpsVBoxNetAdp;
Note:
See TracChangeset
for help on using the changeset viewer.