From: hayeswang Date: Wed, 14 Aug 2013 12:54:38 +0000 (+0800) Subject: net/usb/r8152: support aggregation X-Git-Tag: v3.12-rc1~132^2~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc2ec484db9c7c96b41f7d0d6d9d2e24f601116;p=pandora-kernel.git net/usb/r8152: support aggregation Enable the tx/rx aggregation which could contain one or more packets for each bulk in/out. This could reduce the loading of the host controller by sending less bulk transfer. The rx packets in the bulk in buffer should be 8-byte aligned, and the tx packets in the bulk out buffer should be 4-byte aligned. Signed-off-by: Hayes Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed