From: Wey-Yi Guy Date: Wed, 6 Oct 2010 15:10:00 +0000 (-0700) Subject: iwlagn: reduce redundant parameter definitions X-Git-Tag: v2.6.37-rc1~147^2~191^2^2~5^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb1b0887fcc61918e3d64827fbef968bb67a57a;p=pandora-kernel.git iwlagn: reduce redundant parameter definitions move paramater definitions to a device paramater structure only leaving the device name, which antennas are used and what firmware file to use in the iwl_cfg structure. this will not completely remove the redundancies but greatly reduce them for devices that only vary by name or antennas. the parameters that are more likely to change within a given device family are left in iwl_cfg. also separate bt param structure added to help reduce more. Signed-off-by: Jay Sternberg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed