From: Bruce Allan Date: Wed, 1 Feb 2012 10:53:05 +0000 (+0000) Subject: e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX() X-Git-Tag: v3.4-rc1~177^2~337 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec34c170da8798f521f0d40cad54580ff93cea3a;p=pandora-kernel.git e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX() The e1000_init_mac_params_XXX() functions (where XXX is one of the three MAC-family types 80003es2lan, 82571 and ich8lan) was not meant to require a pointer to the adapter struct but does require a pointer to the hw struct. Pass that pointer in to the functions instead. Signed-off-by: Bruce Allan Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed