Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79492
b: refs/heads/master
c: c65638a
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville authored and David S. Miller committed Jan 28, 2008
1 parent 1c01586 commit 985e5cc
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: 61cb5dd6d1c81fbb5629f60db4e2a7faa7124b7a
refs/heads/master: c65638a72c619e941bcb4006feded09fd358ad5f
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ ath5k_attach(struct pci_dev *pdev, struct ieee80211_hw *hw)
* Reset the key cache since some parts do not
* reset the contents on initial power up.
*/
for (i = 0; i < AR5K_KEYCACHE_SIZE; i++)
for (i = 0; i < AR5K_KEYTABLE_SIZE; i++)
ath5k_hw_reset_key(ah, i);

/*
Expand Down

0 comments on commit 985e5cc

Please sign in to comment.