All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] WE-21 for zd1211rw
@ 2006-08-30  2:46 Daniel Drake
  2006-08-30 18:55 ` Jean Tourrilhes
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2006-08-30  2:46 UTC (permalink / raw)
  To: linville; +Cc: netdev, kune, jt

Looks like zd1211rw was forgotten from the WE-21 migration. This patch
should do it...

Signed-off-by: Daniel Drake <dsd@gentoo.org>
---
 zd_netdev.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Index: linux-2.6/drivers/net/wireless/zd1211rw/zd_netdev.c
===================================================================
--- linux-2.6.orig/drivers/net/wireless/zd1211rw/zd_netdev.c
+++ linux-2.6/drivers/net/wireless/zd1211rw/zd_netdev.c
@@ -82,7 +82,7 @@ static int iw_get_nick(struct net_device
 		       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;
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] WE-21 for zd1211rw
  2006-08-30  2:46 [PATCH] WE-21 for zd1211rw Daniel Drake
@ 2006-08-30 18:55 ` Jean Tourrilhes
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Tourrilhes @ 2006-08-30 18:55 UTC (permalink / raw)
  To: Daniel Drake; +Cc: linville, netdev, kune

On Wed, Aug 30, 2006 at 03:46:27AM +0100, Daniel Drake wrote:
> Looks like zd1211rw was forgotten from the WE-21 migration. This patch
> should do it...

	Good catch !
	Actually, I did look at it, and verified that it was using
softmac for ESSID, so I thought I was ok... With the number of driver,
I was bound to make some mistakes...
	Thanks a lot !

	Jean

> Signed-off-by: Daniel Drake <dsd@gentoo.org>
> ---
>  zd_netdev.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> Index: linux-2.6/drivers/net/wireless/zd1211rw/zd_netdev.c
> ===================================================================
> --- linux-2.6.orig/drivers/net/wireless/zd1211rw/zd_netdev.c
> +++ linux-2.6/drivers/net/wireless/zd1211rw/zd_netdev.c
> @@ -82,7 +82,7 @@ static int iw_get_nick(struct net_device
>  		       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;
>  }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-30 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-30  2:46 [PATCH] WE-21 for zd1211rw Daniel Drake
2006-08-30 18:55 ` Jean Tourrilhes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.