From 69304cc986bdcd7a09df179aeda3736f7e1544a5 Mon Sep 17 00:00:00 2001 From: Ajit Khaparde Date: Wed, 8 Apr 2015 16:59:48 -0500 Subject: [PATCH] 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-format-patch failed