Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66529
b: refs/heads/master
c: 7563a0b
h: refs/heads/master
i:
  66527: f7b8047
v: v3
  • Loading branch information
Mariusz Kozlowski authored and David S. Miller committed Oct 10, 2007
1 parent 6dd36b8 commit 0a10647
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 475fed1e22e58508cf50c882db68c7b29842d4d5
refs/heads/master: 7563a0b4b5c28b9695f7136fa0ef0cc4cbe1b0c6
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/wl3501_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,6 @@ static int wl3501_get_encode(struct net_device *dev,
tocopy = min_t(u8, len_keys, wrqu->encoding.length);
tocopy = min_t(u8, tocopy, 100);
wrqu->encoding.length = tocopy;
memset(extra, 0, tocopy);
memcpy(extra, keys, tocopy);
out:
return rc;
Expand Down

0 comments on commit 0a10647

Please sign in to comment.