From: Wei Yang Date: Sat, 25 May 2013 06:23:45 +0000 (+0000) Subject: e1000e: Use marco instead of digit for defining e1000_rx_desc_packet_split X-Git-Tag: v3.12-rc1~132^2~445^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c96ddb0ba2b395760275766e97b57f8136112a35;p=pandora-kernel.git 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-diff-tree failed