From: Johannes Berg Date: Sat, 16 Apr 2011 15:29:24 +0000 (-0700) Subject: iwlagn: combine firmware code/data X-Git-Tag: v3.0-rc1~377^2~161^2^2~141^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf28e21ca391110e90ccad05dda79d2e2f60e0e;p=pandora-kernel.git iwlagn: combine firmware code/data On new hardware, ucode images always come in pairs: code and data. Therefore, combine the variables into an appropriate struct and use that when both code and data are needed. Also, combine allocation and copying so that we have less code in total. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed