commit | 505e371808f9157b3e7678a46b010e9988a9bdce | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Sat Sep 08 03:17:01 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Mon Oct 22 21:16:52 2012 -0700 |
tree | 0f1d2ebef69806c12dffd299dfe32b0a994196f2 | |
parent | 71a49f777d6caa84b2b8ea376fcf181fe221d063 [diff] |
ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_len We still had some code floating around from the old single buffer receive path. As a result we were adding VLAN_HLEN to max_frame although the resultant value was never used. Since that is the case we can drop this from the function. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>