Skip to content

Commit

Permalink
iwlegacy: remove unused enum il4965_calib_enabled_state
Browse files Browse the repository at this point in the history
Remove the enum il4965_calib_enabled_state because it is not used.

Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Greg Dietsche authored and John W. Linville committed Feb 29, 2012
1 parent d7b6b6a commit aef6a62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/net/wireless/iwlegacy/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -956,11 +956,6 @@ enum il4965_chain_noise_state {
IL_CHAIN_NOISE_DONE,
};

enum il4965_calib_enabled_state {
IL_CALIB_DISABLED = 0, /* must be 0 */
IL_CALIB_ENABLED = 1,
};

enum ucode_type {
UCODE_NONE = 0,
UCODE_INIT,
Expand Down

0 comments on commit aef6a62

Please sign in to comment.