net/bnx2x: fix incorrect buffer length on Rx
authorCharles (Chas) Williams <ciwillia@brocade.com>
Thu, 16 Jun 2016 22:50:06 +0000 (18:50 -0400)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 24 Jun 2016 16:28:09 +0000 (18:28 +0200)
commit102be0a6cb956648489836a945217081a088dfeb
tree40d714b1ed1f7796a7b8bc887e3163b09b17cde5
parent856d7ba7ed222b0a641fa23139714128bd778109
net/bnx2x: fix incorrect buffer length on Rx

The Rx function should not be setting the mbuf buffer length, so remove
the assignment.

Fixes: 540a211084a7 ("bnx2x: driver core")

Signed-off-by: Charles (Chas) Williams <ciwillia@brocade.com>
Acked-by: Harish Patil <harish.patil@qlogic.com>
drivers/net/bnx2x/bnx2x_rxtx.c