From: Alexander Duyck Date: Fri, 26 Aug 2011 07:43:59 +0000 (+0000) Subject: igb: drop the "adv" off function names relating to descriptors X-Git-Tag: v3.2-rc1~129^2~253^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd392f5ca976b5ad166acc368c239cce2f0df58a;p=pandora-kernel.git igb: drop the "adv" off function names relating to descriptors Many of the function names in the hot path are carrying an extra "_adv" suffix on the end of them to represent the fact that they are using advanced descriptors instead of legacy descriptors. However since all igb uses are advanced descriptors adding the extra suffix doesn't really add any additional data. Since this is the case it is easiest to just drop the suffix and save us from having to store the extra characters. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed