mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 22:28:00 +00:00
iwlegacy: remove unused enum il4965_calib_enabled_state
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>
This commit is contained in:
parent
d7b6b6a643
commit
aef6a62d8b
1 changed files with 0 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue