From: Larry Finger Date: Sat, 28 Jul 2012 16:39:48 +0000 (-0500) Subject: staging: r8712u: Reduce maximum receive buffer size to a more sensible value X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~954 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c50037496113e2eb04cfeec86a5c2490786c3dd5;p=pandora-kernel.git staging: r8712u: Reduce maximum receive buffer size to a more sensible value The current value for the maximum receive buffer size is 30720, which is too large. For long-running systems, memory fragmentation may make it difficult to obtain the buffers of O(2) needed for aggregation. Buffers of O(3) are even worse, particularly when not needed. The new size is set to 9100, which will allow aggregation. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed