All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: netdev@vger.kernel.org
Cc: pavel@ucw.cz
Subject: Re: [patch] workaround zd1201 interference problem
Date: Mon, 10 Jul 2006 14:31:07 -0400	[thread overview]
Message-ID: <20060710183102.GE13775@tuxdriver.com> (raw)

----- Forwarded message from Pavel Machek <pavel@ucw.cz> -----

> zd1201 has nasty tendency to emit magicall anti-wifi cloud when it is
> inserted into slot, but not used.
> 
> Signed-off-by: Pavel Machek <pavel@suse.cz>
> 
> --- linux-good/drivers/usb/net/zd1201.c	2006-03-30 13:51:58.000000000 +0200
> +++ linux/drivers/net/wireless/zd1201.c	2006-06-15 23:28:04.000000000 +0200
> @@ -1835,6 +1835,8 @@
>  	    zd->dev->name);
>  	
>  	usb_set_intfdata(interface, zd);
> +	zd1201_enable(zd);	/* zd1201 likes to startup enabled, interfering */
> +	zd1201_disable(zd); 	/* with all the wifis in range */
>  	return 0;
>  
>  err_net:

Pavel's patch is still the best thing proposed so far to resolve this
issue, ugly as it may be.

It does seem to fix a real issue.  Is anyone gonna puke if a merge
this?  If so, where is your patch?

John
-- 
John W. Linville
linville@tuxdriver.com

             reply	other threads:[~2006-07-10 18:31 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-10 18:31 John W. Linville [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-06-07 14:00 [patch] workaround zd1201 interference problem Pavel Machek
2006-06-07 14:08 ` Jiri Benc
2006-06-07 14:15   ` Pavel Machek
2006-06-07 16:22     ` Daniel Drake
2006-06-08  7:05       ` Pavel Machek
2006-06-08  7:13         ` Pavel Machek
2006-06-09 21:49         ` Daniel Drake
2006-06-09 22:38           ` Pavel Machek
2006-06-15 20:10             ` John W. Linville
2006-06-15 20:47               ` Pavel Machek
2006-07-12  0:13                 ` Daniel Drake
2006-06-15 21:00           ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060710183102.GE13775@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=netdev@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.