Searched hist:"40 ac7b62d8c132c73a709bd83858b3419f38ec23" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/usb/ |
H A D | rndis_host.c | diff 40ac7b62d8c132c73a709bd83858b3419f38ec23 Wed Oct 14 18:27:41 CDT 2009 George Nassar <george.nassar@gmail.com> USB: rndis_host: debug info clobbered before it is logged
The MTU throttle-down if a RNDIS device doesn't support a particular packet size is being incorrectly logged. The attempted packet size is being clobbered before it gets logged.
First patch; please inform if I'm doing this incorrectly. Diff'd against latest official source as per the FAQ; forward port to current git version is straightforward.
Signed-off-by: George Nassar <george.nassar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|