From c96ddb0ba2b395760275766e97b57f8136112a35 Mon Sep 17 00:00:00 2001 From: Wei Yang Date: Sat, 25 May 2013 06:23:45 +0000 Subject: [PATCH] e1000e: Use marco instead of digit for defining e1000_rx_desc_packet_split In structure e1000_rx_desc_packet_split, the size of wb.upper.length is defined by a digit. This may introduce some problem when the length is changed. This patch use the macro PS_PAGE_BUFFERS for the definition. And move the definition to hw.h. Signed-off-by: Wei Yang Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-format-patch failed