Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 265701 Details for
Bug 393671
Could patch from SynCE team be picked up into kernel?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch updated to 2.6.23 kernel
linux-2.6.23-rndis_host-wm5.patch (text/plain), 893 bytes, created by
Alexey Neyman
on 2007-11-21 06:03:42 UTC
(
hide
)
Description:
Patch updated to 2.6.23 kernel
Filename:
MIME Type:
Creator:
Alexey Neyman
Created:
2007-11-21 06:03:42 UTC
Size:
893 bytes
patch
obsolete
>--- linux-2.6.23/drivers/net/usb/rndis_host.c.orig 2007-11-20 22:18:45.000000000 +0300 >+++ linux-2.6.23/drivers/net/usb/rndis_host.c 2007-11-20 22:19:56.000000000 +0300 >@@ -487,7 +487,6 @@ > > /* max transfer (in spec) is 0x4000 at full speed, but for > * TX we'll stick to one Ethernet packet plus RNDIS framing. >- * For RX we handle drivers that zero-pad to end-of-packet. > * Don't let userspace change these settings. > * > * NOTE: there still seems to be wierdness here, as if we need >@@ -499,8 +498,7 @@ > net->hard_header_len += sizeof (struct rndis_data_hdr); > dev->hard_mtu = net->mtu + net->hard_header_len; > >- dev->rx_urb_size = dev->hard_mtu + (dev->maxpacket + 1); >- dev->rx_urb_size &= ~(dev->maxpacket - 1); >+ dev->rx_urb_size = (dev->udev->speed == USB_SPEED_FULL) ? 16384 : 8192; > u.init->max_transfer_size = cpu_to_le32(dev->rx_urb_size); > > net->change_mtu = NULL;
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 393671
: 265701