Changeset 38063 in vbox
- Timestamp:
- Jul 19, 2011 9:58:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r38062 r38063 959 959 RTSPINLOCKTMP Tmp = RTSPINLOCKTMP_INITIALIZER; 960 960 961 /* Cancel override if ethtool_ops is missing (host-only case, #5712) */ 962 if (!VALID_PTR(pDev->OVR_OPS)) 963 return; 961 964 pOverride = RTMemAlloc(sizeof(*pOverride)); 962 965 if (!pOverride) 963 966 return; 964 967 pOverride->pOrgOps = pDev->OVR_OPS; 965 /* Cancel override if ethtool_ops is missing (host-only case, #5712) */966 if (!VALID_PTR(pDev->OVR_OPS))967 return;968 968 pOverride->Ops = *pDev->OVR_OPS; 969 969 # if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 29)
Note:
See TracChangeset
for help on using the changeset viewer.