Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36522
b: refs/heads/master
c: a6082f4
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Drake authored and John W. Linville committed Sep 25, 2006
1 parent 57e743b commit 1690cec
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: 22b99262f59ddf5d283e19047e37dbc3be907e93
refs/heads/master: a6082f4032a9667e844fecd974f17268249fb966
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/zd1211rw/zd_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static int iw_get_nick(struct net_device *netdev,
union iwreq_data *req, char *extra)
{
strcpy(extra, "zd1211");
req->data.length = strlen(extra) + 1;
req->data.length = strlen(extra);
req->data.flags = 1;
return 0;
}
Expand Down

0 comments on commit 1690cec

Please sign in to comment.