Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150177
b: refs/heads/master
c: 4e8e2c8
h: refs/heads/master
i:
  150175: 4e3c52d
v: v3
  • Loading branch information
Tomas Winkler authored and John W. Linville committed May 6, 2009
1 parent 8f92cb8 commit 0df8751
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a30199f129e17998f802d3307907560431e78493
refs/heads/master: 4e8e2c824027ed433be3c599294bf093a120ad9d
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ void iwl_clear_stations_table(struct iwl_priv *priv)
/* keep track of static keys */
for (i = 0; i < WEP_KEYS_MAX ; i++) {
if (priv->wep_keys[i].key_size)
test_and_set_bit(i, &priv->ucode_key_table);
set_bit(i, &priv->ucode_key_table);
}

spin_unlock_irqrestore(&priv->sta_lock, flags);
Expand Down

0 comments on commit 0df8751

Please sign in to comment.