mirror of
https://github.com/torvalds/linux.git
synced 2024-12-22 19:01:37 +00:00
iwlwifi: set STATUS_READY before commit_rxon
Have the STATUS_READY bit set before commit_rxon call to avoid fail to send tx power to uCode. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
This commit is contained in:
parent
6163a3735a
commit
9e2e7422d0
@ -2717,6 +2717,8 @@ static void iwl_alive_start(struct iwl_priv *priv)
|
|||||||
|
|
||||||
iwl_reset_run_time_calib(priv);
|
iwl_reset_run_time_calib(priv);
|
||||||
|
|
||||||
|
set_bit(STATUS_READY, &priv->status);
|
||||||
|
|
||||||
/* Configure the adapter for unassociated operation */
|
/* Configure the adapter for unassociated operation */
|
||||||
iwlcore_commit_rxon(priv, ctx);
|
iwlcore_commit_rxon(priv, ctx);
|
||||||
|
|
||||||
@ -2726,7 +2728,6 @@ static void iwl_alive_start(struct iwl_priv *priv)
|
|||||||
iwl_leds_init(priv);
|
iwl_leds_init(priv);
|
||||||
|
|
||||||
IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
|
IWL_DEBUG_INFO(priv, "ALIVE processing complete.\n");
|
||||||
set_bit(STATUS_READY, &priv->status);
|
|
||||||
wake_up_interruptible(&priv->wait_command_queue);
|
wake_up_interruptible(&priv->wait_command_queue);
|
||||||
|
|
||||||
iwl_power_update_mode(priv, true);
|
iwl_power_update_mode(priv, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user