Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df2a4dc8 authored by Wey-Yi Guy's avatar Wey-Yi Guy
Browse files

iwlagn: set correct calibration flag



Set calibration config flag for complete notification

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 6bd4dba3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -190,7 +190,8 @@ static int iwlagn_send_calib_cfg(struct iwl_priv *priv)
	calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
	calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL;
	calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL;
	calib_cfg_cmd.ucd_calib_cfg.flags = IWL_CALIB_INIT_CFG_ALL;
	calib_cfg_cmd.ucd_calib_cfg.flags =
		IWL_CALIB_CFG_FLAG_SEND_COMPLETE_NTFY_MSK;

	return trans_send_cmd(priv, &cmd);
}
+2 −1
Original line number Diff line number Diff line
@@ -3169,6 +3169,7 @@ enum {
#define IWL_MAX_PHY_CALIBRATE_TBL_SIZE		(253)

#define IWL_CALIB_INIT_CFG_ALL				cpu_to_le32(0xffffffff)
#define IWL_CALIB_CFG_FLAG_SEND_COMPLETE_NTFY_MSK	cpu_to_le32(BIT(0))

/* This enum defines the bitmap of various calibrations to enable in both
 * init ucode and runtime ucode through CALIBRATION_CFG_CMD.