Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6082f40 authored by Daniel Drake's avatar Daniel Drake Committed by John W. Linville
Browse files

[PATCH] WE-21 for zd1211rw

parent 22b99262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}