public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] workaround zd1201 interference problem
@ 2006-06-07 14:00 Pavel Machek
  2006-06-07 14:08 ` Jiri Benc
  0 siblings, 1 reply; 12+ 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] 12+ messages in thread

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox