Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103296
b: refs/heads/master
c: 0a078ff
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and John W. Linville committed Jun 30, 2008
1 parent bb342bf commit 0db1b12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 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: a9efa652cbfead13bbe200878f8a2d74f3543e1b
refs/heads/master: 0a078ffa011209c307880da10917ef205b4b11f4
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/iwlwifi/iwl-5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,11 +807,8 @@ static int iwl5000_alive_notify(struct iwl_priv *priv)

iwl5000_send_Xtal_calib(priv);

if (priv->ucode_type == UCODE_RT) {
if (priv->ucode_type == UCODE_RT)
iwl5000_send_calib_results(priv);
set_bit(STATUS_READY, &priv->status);
priv->is_open = 1;
}

return 0;
}
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 @@ -2627,9 +2627,9 @@ static int iwl4965_mac_start(struct ieee80211_hw *hw)
ret = -ETIMEDOUT;
goto out_release_irq;
}

priv->is_open = 1;
}

priv->is_open = 1;
IWL_DEBUG_MAC80211("leave\n");
return 0;

Expand Down

0 comments on commit 0db1b12

Please sign in to comment.