From: Alexander Duyck Date: Sat, 8 Sep 2012 03:17:01 +0000 (+0000) Subject: ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_len X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~583^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505e371808f9157b3e7678a46b010e9988a9bdce;p=pandora-kernel.git 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 Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed