From: Alexander Duyck Date: Fri, 26 Aug 2011 07:44:05 +0000 (+0000) Subject: igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC X-Git-Tag: v3.2-rc1~129^2~253^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6013690699dd8316f4018324a6c2d90377d50d2c;p=pandora-kernel.git igb: Replace E1000_XX_DESC_ADV with IGB_XX_DESC Since igb only uses advanced descriptors we might as well just use an IGB specific define and drop the _ADV suffix for the descriptor declarations. In addition this can be further reduced by assuming that it will be working on pointers since that is normally how the Tx descriptors are handled. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed