Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36519
b: refs/heads/master
c: 4ced38a
h: refs/heads/master
i:
  36517: 4d63130
  36515: bda8de7
  36511: 7c7f1a7
v: v3
  • Loading branch information
Jean Tourrilhes authored and John W. Linville committed Sep 25, 2006
1 parent f5db62d commit 7e4518f
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: bad04f2ce00da5aaa6c8e97b1b80ad2ebd755b8b
refs/heads/master: 4ced38ac48137e1928dd40de3cdc074ec31c059d
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ray_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ static int ray_set_essid(struct net_device *dev,
return -EOPNOTSUPP;
} else {
/* Check the size of the string */
if(dwrq->length > IW_ESSID_MAX_SIZE + 1) {
if(dwrq->length > IW_ESSID_MAX_SIZE) {
return -E2BIG;
}

Expand Down

0 comments on commit 7e4518f

Please sign in to comment.