Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157014
b: refs/heads/master
c: 518ff04
h: refs/heads/master
v: v3
  • Loading branch information
John W. Linville committed Aug 17, 2009
1 parent 6ee3757 commit 9871690
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: 523d2f6982136d332c9b7dd00e9e16da1091f060
refs/heads/master: 518ff04fd84290a7ad9042e8a46d78d29cb443d3
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/orinoco/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ int orinoco_hw_get_tkip_iv(struct orinoco_private *priv, int key, u8 *tsc)
int err = 0;
u8 tsc_arr[4][IW_ENCODE_SEQ_MAX_SIZE];

if ((key < 0) || (key > 4))
if ((key < 0) || (key >= 4))
return -EINVAL;

err = hermes_read_ltv(hw, USER_BAP, HERMES_RID_CURRENT_TKIP_IV,
Expand Down

0 comments on commit 9871690

Please sign in to comment.