Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90578
b: refs/heads/master
c: fe00b5a
h: refs/heads/master
v: v3
  • Loading branch information
Reinette Chatre authored and John W. Linville committed Apr 8, 2008
1 parent b9db632 commit a4ffaea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc92e49729142047bce8f14762accb322962b585
refs/heads/master: fe00b5a5b7e29180e427e58b3d0a185d1dd3f105
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -5874,12 +5874,12 @@ static void iwl3945_alive_start(struct iwl3945_priv *priv)

iwl3945_reg_txpower_periodic(priv);

iwl3945_led_register(priv);

IWL_DEBUG_INFO("ALIVE processing complete.\n");
set_bit(STATUS_READY, &priv->status);
wake_up_interruptible(&priv->wait_command_queue);

iwl3945_led_register(priv);

if (priv->error_recovering)
iwl3945_error_recovery(priv);

Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -5701,12 +5701,12 @@ static void iwl4965_alive_start(struct iwl_priv *priv)

iwl4965_rf_kill_ct_config(priv);

iwl_leds_register(priv);

IWL_DEBUG_INFO("ALIVE processing complete.\n");
set_bit(STATUS_READY, &priv->status);
wake_up_interruptible(&priv->wait_command_queue);

iwl_leds_register(priv);

if (priv->error_recovering)
iwl4965_error_recovery(priv);

Expand Down

0 comments on commit a4ffaea

Please sign in to comment.