Skip to content

Commit

Permalink
[PATCH] WE-21 for zd1211rw
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Daniel Drake authored and John W. Linville committed Sep 25, 2006
1 parent 22b9926 commit a6082f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 a6082f4

Please sign in to comment.