diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-10-24 02:48:52 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:02:25 -0400 |
commit | f69f42a6bbefb311ccb1626fdb61f723160afbfd (patch) | |
tree | 3475e06e132914d4e43300e60e786ac7402767a9 /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 0ef2ca67b19e2286eed8eeb7ef7a35ce57d6d629 (diff) |
iwlwifi: calibration command namespace renaming
Since calibration framework is not HW specific remove 5000 and 4965 prefix
This patch doesn't provide any functional changes only code renaming
and movement
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 2f871f0c5d36..f546b7edce17 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -690,6 +690,20 @@ struct statistics_general_data { | |||
690 | u32 beacon_energy_c; | 690 | u32 beacon_energy_c; |
691 | }; | 691 | }; |
692 | 692 | ||
693 | |||
694 | /* | ||
695 | * enum iwl_calib | ||
696 | * defines the order in which results of initial calibrations | ||
697 | * should be sent to the runtime uCode | ||
698 | */ | ||
699 | enum iwl_calib { | ||
700 | IWL_CALIB_XTAL, | ||
701 | IWL_CALIB_LO, | ||
702 | IWL_CALIB_TX_IQ, | ||
703 | IWL_CALIB_TX_IQ_PERD, | ||
704 | IWL_CALIB_MAX | ||
705 | }; | ||
706 | |||
693 | /* Opaque calibration results */ | 707 | /* Opaque calibration results */ |
694 | struct iwl_calib_result { | 708 | struct iwl_calib_result { |
695 | void *buf; | 709 | void *buf; |
@@ -756,7 +770,6 @@ enum { | |||
756 | 770 | ||
757 | 771 | ||
758 | #define IWL_MAX_NUM_QUEUES 20 /* FIXME: do dynamic allocation */ | 772 | #define IWL_MAX_NUM_QUEUES 20 /* FIXME: do dynamic allocation */ |
759 | #define IWL_CALIB_MAX 4 | ||
760 | 773 | ||
761 | struct iwl_priv { | 774 | struct iwl_priv { |
762 | 775 | ||