All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Williams <dcbw@redhat.com>
To: Pavel Machek <pavel@ucw.cz>
Cc: Luis Correia <luis.f.correia@gmail.com>,
	kernel list <linux-kernel@vger.kernel.org>,
	linux-wireless@vger.kernel.org,
	rt2400-devel@lists.sourceforge.net, mwallis@serialmonkey.com
Subject: Re: rt73usb: support for wireless in Kohjinsha subnotebook
Date: Mon, 22 Oct 2007 11:44:56 -0400	[thread overview]
Message-ID: <1193067896.30205.9.camel@localhost.localdomain> (raw)
In-Reply-To: <20071022000919.GB29024@elf.ucw.cz>

On Mon, 2007-10-22 at 02:09 +0200, Pavel Machek wrote:
> Hi!
> 
> > This device is NOT a Ralink USB wifi adapter!
> > 
> > Get the windows driver in this link and see for yourself.
> > http://www.conitech.it/conitech/ita/risorse.asp?cod=CN402USB
> > (ISSC W89C35 802.11bg WLAN USB Adapters (Native Wifi driver))
> 
> Thanks a lot. With some patches, I got driver from conitech.it to
> compile and partly work on 2.6.23. I can now transmit packets but not
> yet receive them.
> 
> (use Makefile.26 instead of Makefile)

I couldn't find any license info immediately visible; are you sure it's
GPL?

Dan

> 								Pavel
> 
> --- hal_142_o.ofic/linux/sysdef.h	2006-11-29 11:12:10.000000000 +0100
> +++ hal_142_o/linux/sysdef.h	2007-10-21 22:21:13.000000000 +0200
> @@ -7,7 +7,7 @@
>  // The definition WB_LINUX is a keyword for this OS
>  //=============================================================================
>  #define WB_LINUX
> -#define WB_LINUX_WPA_PSK
> +//#define WB_LINUX_WPA_PSK
>  //#define _WPA_PSK_DEBUG
>  
>  //#define _IBSS_BEACON_SEQ_STICK_
> Only in hal_142_o/linux: w35und.ko
> Only in hal_142_o/linux: w35und.mod.c
> --- hal_142_o.ofic/linux/wb35reg.c	2006-11-29 11:43:58.000000000 +0100
> +++ hal_142_o/linux/wb35reg.c	2007-10-21 22:19:27.000000000 +0200
> @@ -879,6 +879,7 @@
>  	if( (pHwData->phy_type == RF_WB_242) ||
>  		(pHwData->phy_type == RF_WB_242_1) ) // 20060619.5 Add
>  	{
> +		extern void phy_calibration_winbond(hw_data_t *phw_data, u32 frequency);
>  		phy_calibration_winbond ( pHwData, 2412 ); // Sync operation
>  		Wb35Reg_ReadSync( pHwData, 0x103c, &BB3c );
>  		Wb35Reg_ReadSync( pHwData, 0x1054, &BB54 );
> --- hal_142_o.ofic/linux/wbusb.c	2006-11-29 11:02:54.000000000 +0100
> +++ hal_142_o/linux/wbusb.c	2007-10-21 22:16:19.000000000 +0200
> @@ -28,7 +28,6 @@
>  	};
>  #else
>  	static struct usb_driver wb35_driver = {
> -			.owner =	THIS_MODULE,
>  			.name =		"w35und",
>  			.probe =	wb35_probe,
>  			.disconnect = wb35_disconnect,
> --- hal_142_o.ofic/wblinux.c	2006-11-29 10:39:54.000000000 +0100
> +++ hal_142_o/wblinux.c	2007-10-21 23:49:07.000000000 +0200
> @@ -98,7 +98,8 @@
>  			BufSize = pRxLayer1->BufferQueue[i].BufferSize;
>  			BufAddr = pRxLayer1->BufferQueue[i].pBufferAddress;
>  			//DataDmp(BufAddr, BufSize, 0);
> -	        eth_copy_and_sum( skb, BufAddr, BufSize, 0 );
> +			//	        eth_io_copy_and_sum( skb, BufAddr, BufSize, 0 );
> +		skb_copy_from_linear_data(skb, BufAddr, BufSize);
>  	        skb_put( skb, BufSize );
>  		}
>  
> 
> I wonder if I got skb_copy right...?
> 								Pavel
> 


  reply	other threads:[~2007-10-22 15:45 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-20 18:41 rt73usb: support for wireless in Kohjinsha subnotebook Pavel Machek
2007-10-20 22:12 ` [Rt2400-devel] " Ivo van Doorn
2007-10-21  9:20   ` Pavel Machek
2007-10-21 13:56     ` Ivo van Doorn
2007-10-21  9:21   ` Pavel Machek
2007-10-21 13:49     ` Ivo van Doorn
2007-10-21 11:38       ` Pavel Machek
2007-10-21 14:09         ` Ivo van Doorn
2007-10-21 11:58           ` Luis Correia
2007-10-21 15:02 ` Luis Correia
2007-10-21 20:04   ` ISSC W89C35 802.11bg (was Re: rt73usb: support for wireless in Kohjinsha subnotebook) Pavel Machek
2007-10-22  0:09   ` rt73usb: support for wireless in Kohjinsha subnotebook Pavel Machek
2007-10-22 15:44     ` Dan Williams [this message]
2007-10-22 21:13       ` Pavel Machek
2007-10-22 21:52         ` Ivo van Doorn
2007-10-22 21:42           ` Daniel Hazelton
2007-10-22 22:00             ` Pavel Machek
2007-10-23  9:08               ` Christoph Hellwig
2007-10-23  9:11                 ` Luis Correia
2007-10-30 11:22                 ` Licensing of IS89C35 WLAN USB driver [was Re: rt73usb: support for wireless in Kohjinsha subnotebook] Pavel Machek
2007-10-30 15:11                   ` Dan Williams
2007-10-31  0:25                     ` Pavel Machek
2007-11-04 19:00                     ` Pavel Machek
2007-10-23 14:05               ` rt73usb: support for wireless in Kohjinsha subnotebook Dan Williams
2007-10-23 17:07                 ` Daniel Hazelton
2007-10-23 18:54                   ` Dan Williams
2007-10-23 19:41                     ` Daniel Hazelton
2007-10-23 21:27                       ` Dan Williams
2007-10-23 22:19                         ` Daniel Hazelton
2007-10-23 16:13           ` Arjan van de Ven

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=1193067896.30205.9.camel@localhost.localdomain \
    --to=dcbw@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luis.f.correia@gmail.com \
    --cc=mwallis@serialmonkey.com \
    --cc=pavel@ucw.cz \
    --cc=rt2400-devel@lists.sourceforge.net \
    /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.