From: Greg Dietsche Date: Mon, 27 Feb 2012 18:25:32 +0000 (-0600) Subject: iwlegacy: remove enum iw_calib and related code X-Git-Tag: v3.4-rc1~177^2~139^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b6b6a64301d6b0c632c8b9563a27aeeb09e967;p=pandora-kernel.git iwlegacy: remove enum iw_calib and related code Remove the enum il_calib. It defined one identifier: IL_CALIB_MAX. Remove the function il4965_calib_free_results. It was doing nothing because IL_CALIB_MAX is zero. Next, remove calib_results from the il_priv structure and also remove the associated return type/struct il_calib_result. Signed-off-by: Greg Dietsche Signed-off-by: John W. Linville --- Reading git-diff-tree failed