From: Alexey Orishko Date: Mon, 29 Nov 2010 23:23:27 +0000 (+0000) Subject: usbnet: changes for upcoming cdc_ncm driver X-Git-Tag: v2.6.38-rc1~476^2~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073285fd392f6dc901da7c698d46e1e2a7e26436;p=pandora-kernel.git usbnet: changes for upcoming cdc_ncm driver Changes: include/linux/usb/usbnet.h: - a new flag to indicate driver's capability to accumulate IP packets in Tx direction and extract several packets from single skb in Rx direction. drivers/net/usb/usbnet.c: - the procedure of counting packets in usbnet was updated due to the accumulating of IP packets in the driver - no short packets are sent if indicated by the flag in driver_info structure Signed-off-by: Alexey Orishko Signed-off-by: David S. Miller --- Reading git-diff-tree failed