FreeBSD Bugzilla – Attachment 163881 Details for
Bug 205050
VLAN_MTU required by smsc driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to sys/dev/usb/net/if_smsc.c
smsc-patch (text/plain), 546 bytes, created by
rpp
on 2015-12-06 04:42:21 UTC
(
hide
)
Description:
patch to sys/dev/usb/net/if_smsc.c
Filename:
MIME Type:
Creator:
rpp
Created:
2015-12-06 04:42:21 UTC
Size:
546 bytes
patch
obsolete
>Index: sys/dev/usb/net/if_smsc.c >=================================================================== >--- sys/dev/usb/net/if_smsc.c (revision 290536) >+++ sys/dev/usb/net/if_smsc.c (working copy) >@@ -1707,7 +1707,7 @@ > /* The chip supports TCP/UDP checksum offloading on TX and RX paths, however > * currently only RX checksum is supported in the driver (see top of file). > */ >- ifp->if_capabilities |= IFCAP_RXCSUM; >+ ifp->if_capabilities |= IFCAP_RXCSUM | IFCAP_VLAN_MTU; > ifp->if_hwassist = 0; > > /* TX checksuming is disabled (for now?)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 205050
: 163881