提交 36127db0 编写于 作者: W Wey-Yi Guy 提交者: John W. Linville

iwlagn: return send calibration result

In alive notification call, return the status from iwl_send_calib_results()
Signed-off-by: NWey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 08960dea
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册