From: Alexander Duyck Date: Tue, 27 Oct 2009 15:50:48 +0000 (+0000) Subject: igb: remove rx_ps_hdr_len X-Git-Tag: v2.6.33-rc1~388^2~694 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ec43fe635fb5c96fbc0955b2794b74fee69b723;p=pandora-kernel.git igb: remove rx_ps_hdr_len This patch removes the rx_ps_hdr_len which isn't really needed since we can now use rx_buffer_len less than 1K to indicate that we are in a packet split mode. We also don't need it since we always use a half page for the data buffers when receiving so we always know the size to map/unmap. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed