Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236935
b: refs/heads/master
c: 5a5289d
h: refs/heads/master
i:
  236933: b881fdc
  236931: 735022a
  236927: 9c493ee
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Jan 28, 2011
1 parent 52b70de commit d326f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: f844a709a7d8f8be61a571afc31dfaca9e779621
refs/heads/master: 5a5289dfa5f79168bd477bba2353da90786c83d6
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2535,13 +2535,14 @@ static void iwl3945_alive_start(struct iwl_priv *priv)
/* Configure Bluetooth device coexistence support */
priv->cfg->ops->hcmd->send_bt_config(priv);

set_bit(STATUS_READY, &priv->status);

/* Configure the adapter for unassociated operation */
iwl3945_commit_rxon(priv, ctx);

iwl3945_reg_txpower_periodic(priv);

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

return;
Expand Down

0 comments on commit d326f96

Please sign in to comment.