Changeset 52420 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Timestamp:
- Aug 19, 2014 7:42:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r44529 r52420 184 184 pNetDev = alloc_netdev(sizeof(VBOXNETADPPRIV), 185 185 pThis->szName[0] ? pThis->szName : VBOXNETADP_LINUX_NAME, 186 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 17, 0) 187 NET_NAME_UNKNOWN, 188 #endif 186 189 vboxNetAdpNetDevInit); 187 190 if (pNetDev)
Note:
See TracChangeset
for help on using the changeset viewer.