]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commitd7b6b6a64301d6b0c632c8b9563a27aeeb09e967
tree6d9db39fc9e70199b52956310cfcb635a00cbfef
parent08db1ab7fa4cab08c1e24f373439d472d054a921
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 <Gregory.Dietsche@cuw.edu>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlegacy/4965-calib.c
drivers/net/wireless/iwlegacy/4965-mac.c
drivers/net/wireless/iwlegacy/4965.h
drivers/net/wireless/iwlegacy/common.h