login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
22
Re: rt73usb: support for wireless in Kohjinsha subnotebook
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Dan Williams <dcbw@...>
To: Pavel Machek <pavel@...>
Cc: Luis Correia <luis.f.correia@...>, kernel list <linux-kernel@...>, <linux-wireless@...>, <rt2400-devel@...>, <mwallis@...>
Subject:
Re: rt73usb: support for wireless in Kohjinsha subnotebook
Date: Monday, October 22, 2007 - 11:44 am
On Mon, 2007-10-22 at 02:09 +0200, Pavel Machek wrote:
quoted text
> 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
quoted text
> 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 >
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
rt73usb: support for wireless in Kohjinsha subnotebook
, Pavel Machek
, (Sat Oct 20, 2:41 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Luis Correia
, (Sun Oct 21, 11:02 am)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Pavel Machek
, (Sun Oct 21, 8:09 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Dan Williams
, (Mon Oct 22, 11:44 am)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Pavel Machek
, (Mon Oct 22, 5:13 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Ivo van Doorn
, (Mon Oct 22, 5:52 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Arjan van de Ven
, (Tue Oct 23, 12:13 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Daniel Hazelton
, (Mon Oct 22, 5:42 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Pavel Machek
, (Mon Oct 22, 6:00 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Dan Williams
, (Tue Oct 23, 10:05 am)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Daniel Hazelton
, (Tue Oct 23, 1:07 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Dan Williams
, (Tue Oct 23, 2:54 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Daniel Hazelton
, (Tue Oct 23, 3:41 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Dan Williams
, (Tue Oct 23, 5:27 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Daniel Hazelton
, (Tue Oct 23, 6:19 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Christoph Hellwig
, (Tue Oct 23, 5:08 am)
Licensing of IS89C35 WLAN USB driver [was Re: rt73usb: suppo...
, Pavel Machek
, (Tue Oct 30, 7:22 am)
Re: Licensing of IS89C35 WLAN USB driver [was Re: rt73usb: s...
, Dan Williams
, (Tue Oct 30, 11:11 am)
Re: Licensing of IS89C35 WLAN USB driver [was Re: rt73usb: s...
, Pavel Machek
, (Sun Nov 4, 3:00 pm)
Re: Licensing of IS89C35 WLAN USB driver [was Re: rt73usb: s...
, Pavel Machek
, (Tue Oct 30, 8:25 pm)
Re: rt73usb: support for wireless in Kohjinsha subnotebook
, Luis Correia
, (Tue Oct 23, 5:11 am)
ISSC W89C35 802.11bg (was Re: rt73usb: support for wireless ...
, Pavel Machek
, (Sun Oct 21, 4:04 pm)
Re: [Rt2400-devel] rt73usb: support for wireless in Kohjinsh...
, Ivo van Doorn
, (Sat Oct 20, 6:12 pm)
Re: [Rt2400-devel] rt73usb: support for wireless in Kohjinsh...
, Pavel Machek
, (Sun Oct 21, 5:21 am)
Re: [Rt2400-devel] rt73usb: support for wireless in Kohjinsh...
, Ivo van Doorn
, (Sun Oct 21, 9:49 am)
Re: [Rt2400-devel] rt73usb: support for wireless in Kohjinsh...
, Pavel Machek
, (Sun Oct 21, 7:38 am)
Re: [Rt2400-devel] rt73usb: support for wireless in Kohjinsh...
, Ivo van Doorn
, (Sun Oct 21, 10:09 am)
Re: [Rt2400-devel] rt73usb: support for wireless in Kohjinsh...
, Luis Correia
, (Sun Oct 21, 7:58 am)
Re: [Rt2400-devel] rt73usb: support for wireless in Kohjinsh...
, Pavel Machek
, (Sun Oct 21, 5:20 am)
Re: [Rt2400-devel] rt73usb: support for wireless in Kohjinsh...
, Ivo van Doorn
, (Sun Oct 21, 9:56 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
[patch 12/13] syslets: x86: optimized copy_uatom()
Greg Kroah-Hartman
[PATCH 017/196] aoechr: Convert from class_device to device
Yinghai Lu
Re: 2.6.26, PAT and AMD family 6
Jan Engelhardt
intel iommu (Re: -mm merge plans for 2.6.23)
git
:
linux-netdev
:
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
David Miller
[GIT]: Networking
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Natalie Protasevich
[BUG] New Kernel Bugs
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
1 user
and
684 guests
online.
Online users
strcmp
Syndicate