Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266765
b: refs/heads/master
c: 107ef97
h: refs/heads/master
i:
  266763: 038678c
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Oct 14, 2011
1 parent b34eef8 commit aed5ab8
Show file tree
Hide file tree
Showing 2 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: f9a703e173849425079e29e63bf960c2625e0a85
refs/heads/master: 107ef97a170dec95893f34614edd92eb8cb9b5d0
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-agn-rxon.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ static int iwlagn_rxon_connect(struct iwl_priv *priv,
return ret;
}

if ((ctx->vif && ctx->vif->type == NL80211_IFTYPE_STATION) &&
priv->cfg->ht_params->smps_mode)
if (ctx->vif && ctx->vif->type == NL80211_IFTYPE_STATION &&
priv->cfg->ht_params && priv->cfg->ht_params->smps_mode)
ieee80211_request_smps(ctx->vif,
priv->cfg->ht_params->smps_mode);

Expand Down

0 comments on commit aed5ab8

Please sign in to comment.