From: Johannes Berg Date: Tue, 6 Mar 2012 21:30:36 +0000 (-0800) Subject: iwlwifi: move ucode loading to op_mode X-Git-Tag: v3.4-rc1~177^2~108^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e19918855dc4822a24787a6d0048205b011e5ecb;p=pandora-kernel.git iwlwifi: move ucode loading to op_mode uCode loading belongs to the op_mode, as it is dependent on various things there and the commands sent during it are specific to it. Move the prototypes to iwl-agn.h to indicate this. To make this possible, also move all the calibration handling (which is op_mode dependent after all). Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed