mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 11:44:01 +08:00
[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)
|
||||
{
|
||||
strcpy(extra, "zd1211");
|
||||
req->data.length = strlen(extra) + 1;
|
||||
req->data.length = strlen(extra);
|
||||
req->data.flags = 1;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user