Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87844
b: refs/heads/master
c: a9f4678
h: refs/heads/master
v: v3
  • Loading branch information
Rick Farrington authored and John W. Linville committed Mar 24, 2008
1 parent 3fb664c commit 7217e26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: ea995abfed7f0726aaa22580aaf10b2cf5d91be5
refs/heads/master: a9f46786ec5bb291c9b5e6cc6f83ebbd3fceea51
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -6206,11 +6206,11 @@ static void iwl3945_alive_start(struct iwl3945_priv *priv)

/* At this point, the NIC is initialized and operational */
priv->notif_missed_beacons = 0;
set_bit(STATUS_READY, &priv->status);

iwl3945_reg_txpower_periodic(priv);

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

if (priv->error_recovering)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -6628,11 +6628,11 @@ static void iwl4965_alive_start(struct iwl4965_priv *priv)

/* At this point, the NIC is initialized and operational */
priv->notif_missed_beacons = 0;
set_bit(STATUS_READY, &priv->status);

iwl4965_rf_kill_ct_config(priv);

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

if (priv->error_recovering)
Expand Down

0 comments on commit 7217e26

Please sign in to comment.