Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145269
b: refs/heads/master
c: a6c6733
h: refs/heads/master
i:
  145267: 3778de0
v: v3
  • Loading branch information
Roel Kluin authored and John W. Linville committed May 20, 2009
1 parent f6f3bcf commit 6030af9
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: c9d2fbf36df5e04efa226614093bb1bacc6fe131
refs/heads/master: a6c67339784db5763d6f20ae1881aeebe8c5a9f4
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void rt2x00debug_update_crypto(struct rt2x00_dev *rt2x00dev,

if (cipher == CIPHER_TKIP_NO_MIC)
cipher = CIPHER_TKIP;
if (cipher == CIPHER_NONE || cipher > CIPHER_MAX)
if (cipher == CIPHER_NONE || cipher >= CIPHER_MAX)
return;

/* Remove CIPHER_NONE index */
Expand Down

0 comments on commit 6030af9

Please sign in to comment.