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 <[EMAIL PROTECTED]>
> ---
> 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;
> }
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html