提交 819500c5 编写于 作者: T Tomas Winkler 提交者: John W. Linville

iwlwifi: 5150 enable DC calibration

This patch enables DC calibration for 5150
Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 7100e924
...@@ -477,6 +477,9 @@ static void iwl5000_rx_calib_result(struct iwl_priv *priv, ...@@ -477,6 +477,9 @@ static void iwl5000_rx_calib_result(struct iwl_priv *priv,
* uCode. iwl_send_calib_results sends them in a row according to their * uCode. iwl_send_calib_results sends them in a row according to their
* index. We sort them here */ * index. We sort them here */
switch (hdr->op_code) { switch (hdr->op_code) {
case IWL_PHY_CALIBRATE_DC_CMD:
index = IWL_CALIB_DC;
break;
case IWL_PHY_CALIBRATE_LO_CMD: case IWL_PHY_CALIBRATE_LO_CMD:
index = IWL_CALIB_LO; index = IWL_CALIB_LO;
break; break;
...@@ -873,7 +876,9 @@ static int iwl5000_hw_set_hw_params(struct iwl_priv *priv) ...@@ -873,7 +876,9 @@ static int iwl5000_hw_set_hw_params(struct iwl_priv *priv)
BIT(IWL_CALIB_BASE_BAND); BIT(IWL_CALIB_BASE_BAND);
break; break;
case CSR_HW_REV_TYPE_5150: case CSR_HW_REV_TYPE_5150:
priv->hw_params.calib_init_cfg = 0; priv->hw_params.calib_init_cfg =
BIT(IWL_CALIB_DC);
break; break;
} }
......
...@@ -693,6 +693,7 @@ struct statistics_general_data { ...@@ -693,6 +693,7 @@ struct statistics_general_data {
*/ */
enum iwl_calib { enum iwl_calib {
IWL_CALIB_XTAL, IWL_CALIB_XTAL,
IWL_CALIB_DC,
IWL_CALIB_LO, IWL_CALIB_LO,
IWL_CALIB_TX_IQ, IWL_CALIB_TX_IQ,
IWL_CALIB_TX_IQ_PERD, IWL_CALIB_TX_IQ_PERD,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册