From: David Spinadel Date: Sat, 10 Mar 2012 21:00:11 +0000 (-0800) Subject: iwlwifi: explicitly track whether INIT uCode was run X-Git-Tag: v3.4-rc1~177^2~48^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ea1624833b816184aa262c190f2774b8d2ea63;p=pandora-kernel.git iwlwifi: explicitly track whether INIT uCode was run Remove IWL_UCODE_NONE from enum iwl_ucode_type which, by being the default value in 0-initialized memory, implicitly allowed us to track whether any uCode had ever been loaded successfully (which would have been the INIT uCode) and instead explicitly track whether or not INIT uCode has been run. Signed-off-by: David Spinadel Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed