[PATCH] WE-21 for zd1211rw
Signed-off-by: Daniel Drake <dsd@gentoo.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
22b99262f5
commit
a6082f4032
|
@ -82,7 +82,7 @@ static int iw_get_nick(struct net_device *netdev,
|
||||||
union iwreq_data *req, char *extra)
|
union iwreq_data *req, char *extra)
|
||||||
{
|
{
|
||||||
strcpy(extra, "zd1211");
|
strcpy(extra, "zd1211");
|
||||||
req->data.length = strlen(extra) + 1;
|
req->data.length = strlen(extra);
|
||||||
req->data.flags = 1;
|
req->data.flags = 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue