netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [patch] workaround zd1201 interference problem
@ 2006-07-10 18:31 John W. Linville
  0 siblings, 0 replies; 13+ messages in thread
From: John W. Linville @ 2006-07-10 18:31 UTC (permalink / raw)
  To: netdev; +Cc: pavel

----- 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

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [patch] workaround zd1201 interference problem
@ 2006-06-07 14:00 Pavel Machek
  2006-06-07 14:08 ` Jiri Benc
  0 siblings, 1 reply; 13+ messages in thread
From: Pavel Machek @ 2006-06-07 14:00 UTC (permalink / raw)
  To: linville, kernel list, netdev, Jirka Lenost Benc

zd1201 likes to start up shouting, interfering with all wifis in
range. It is capable of stopping ipw2200 up-to few meters away, and
stops other cards at smaller distances, too.

This works around it. Only forcing ZD1201_CMDCODE_DISABLE is not
enough to prevent interference.

From: Jirka Benc <jbenc@suse.cz>
Signed-off-by: Pavel Machek <pavel@suse.cz>


--- linux-good/drivers/net/wireless/zd1201.c	2006-03-30 13:51:58.000000000 +0200
+++ linux/drivers/net/wireless/zd1201.c	2006-06-07 15:55:01.000000000 +0200
@@ -1835,6 +1835,8 @@
 	    zd->dev->name);
 	
 	usb_set_intfdata(interface, zd);
+	zd1201_enable(zd);	/* zd1201 likes to startup shouting, interfering */
+	zd1201_disable(zd); 	/* with all the wifis in range */
 	return 0;
 
 err_net:

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

end of thread, other threads:[~2006-07-12  0:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-10 18:31 [patch] workaround zd1201 interference problem John W. Linville
  -- strict thread matches above, loose matches on Subject: below --
2006-06-07 14:00 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).