VirtualBox

儲存庫 vbox 的更動 38062


忽略:
時間撮記:
2011-7-19 上午09:55:57 (13 年 以前)
作者:
vboxsync
訊息:

netflt: another attempt to fix regression introduced in r72926

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r38054 r38062  
    963963        return;
    964964    pOverride->pOrgOps              = pDev->OVR_OPS;
    965     /* We only need to save ethtool_ops structure if it is present (#5712) */
    966     if (VALID_PTR(pDev->OVR_OPS))
    967         pOverride->Ops              = *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    pOverride->Ops                  = *pDev->OVR_OPS;
    968969# if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 29)
    969970    pOverride->pfnStartXmit         = pDev->hard_start_xmit;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette