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

Commit 36127db0 authored by Wey-Yi Guy's avatar Wey-Yi Guy Committed by John W. Linville
Browse files

iwlagn: return send calibration result



In alive notification call, return the status from iwl_send_calib_results()

Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 08960dea
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -530,9 +530,7 @@ int iwlagn_alive_notify(struct iwl_priv *priv)
	iwlagn_send_wimax_coex(priv);

	iwlagn_set_Xtal_calib(priv);
	iwl_send_calib_results(priv);

	return 0;
	return iwl_send_calib_results(priv);
}