iwlegacy: remove enum iw_calib and related code
authorGreg Dietsche <Gregory.Dietsche@cuw.edu>
Mon, 27 Feb 2012 18:25:32 +0000 (12:25 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 29 Feb 2012 19:14:55 +0000 (14:14 -0500)
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 <Gregory.Dietsche@cuw.edu>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found