From: Ajit Khaparde Date: Wed, 8 Apr 2015 21:59:48 +0000 (-0500) Subject: be2net: Fix a bug in Rx buffer posting X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69304cc986bdcd7a09df179aeda3736f7e1544a5;p=pandora-kernel.git be2net: Fix a bug in Rx buffer posting The numPosted field in the ERX Doorbell register is 8-bits wide. So the max buffers that we can post at a time is 255 and not 256 which we are doing currently. Signed-off-by: Ajit Khaparde Signed-off-by: David S. Miller --- Reading git-diff-tree failed