]> git.karo-electronics.de Git - linux-beck.git/commit
staging: r8712u: Reduce maximum receive buffer size to a more sensible value
authorLarry Finger <Larry.Finger@lwfinger.net>
Sat, 28 Jul 2012 16:39:48 +0000 (11:39 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 02:25:48 +0000 (19:25 -0700)
commitc50037496113e2eb04cfeec86a5c2490786c3dd5
treedc5c74c7112582b13f5e4d8a4e5b91b89172ff93
parent103b748e21ced078f868f9218cef85b0917cebb2
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 <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_recv.h