2008-10-22 02:04:18

by Luis R. Rodriguez

[permalink] [raw]
Subject: Release of Atheros 802.11n USB Linux driver

We would like to see our Atheros 802.11n USB Linux driver upstream
however we need help with this so we are releasing our Atheros 11n USB
Otus Linux driver under the ISC to the community. The goal is to work
with the community to help move this forward upstream. We are hoping
for community help and leadership on this (*cough*).

In the meantime users should be able to use this driver and patches
are welcomed to add newer wireless extension support so users on newer
kernels can get their devices working. The focus should be upstream
though :)

Anyway, some more details.

Supported hardware:

Atheros 802.11n hardware: UB81, UB82, UB83

Requirements:

Kernel 2.4 - 2.6.24

Get the driver:

git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/otus.git

Features supported:

* IEEE standard compliance
* IEEE 802.11a/b/g
* IEEE 802.11h, 802.11d
* IEEE 80211i
* IEEE Draft 2.0 802.11n
* Ad Hoc
join (2.4GHz, 5GHz if SKU allows), create (2.4GHz , 5GHz if SKU allows)
Adhoc security: WEP
* Security
Authentication: WPA/WPA2 (Personal / Enterprise),
802.1x Encryption: none, AES, TKIP, WEP40, WEP104

wpa_supplicant otus driver:

This driver requires its own supplicant driver for wpa_supplicant
0.4.8. For your convenience you can find the tarball here:

http://www.kernel.org/pub/linux/kernel/people/mcgrof/otus/wpa_supplicant-0.4.8_otus.tar.bz2


2008-10-28 05:59:07

by Greg KH

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On Mon, Oct 27, 2008 at 05:55:53PM -0700, Luis R. Rodriguez wrote:
>
> Excellent, if no one send patches I guess I will.

Ok, I've now added it to the staging tree and will forward it on to
Linus. After it gets there you can probably drop the git tree.

> So we have a page for this now:
>
> http://wireless.kernel.org/en/users/Drivers/otus

You might want to link to this off of the "main" drivers page as well.

> Init you can find a list of devices. Let me just paste what we have
> there now:
>
> Dlink
>
> * DWA-160A1
>
> Netgear
>
> * WNDA3100
> * WN111v2
>
> TP-Link
>
> * TL-WN821N
>
> AVM
>
> * FRITZ!WLAN N USB Stick (USB ID 0x57c, 0x8401)

Cool, I'll go poke around the store and see if I can find one of these.

> > I'll go try to get this tree into a buildable state and put it into
> > staging tonight.
>
> Thanks! BTW if you add a kconfig option for it please point users with
> this info:

Oops, forgot this, I'll go add it.

thanks,

greg k-h

2008-10-22 10:05:33

by Michael Renzmann

[permalink] [raw]
Subject: Re: Release of Atheros 802.11n USB Linux driver

Hi all.

Luis R. Rodriguez wrote:
> We would like to see our Atheros 802.11n USB Linux driver upstream
> however we need help with this so we are releasing our Atheros 11n USB
> Otus Linux driver under the ISC to the community. The goal is to work
> with the community to help move this forward upstream. We are hoping
> for community help and leadership on this (*cough*).

We have set up a mailing list for the new driver:
[email protected].

No subscription required. However, the first post from unsubscribed users
will be held back for moderation (which usually takes 24 to 48h) to
protect the list from spam. The delay can be avoided by subscribing [1].

Please contact me if anything goes wrong with the list.

Bye, Mike

[1] https://lists.madwifi-project.org/mailman/listinfo/otus-devel


2008-10-28 15:20:34

by Greg KH

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On Tue, Oct 28, 2008 at 02:24:02PM +0100, Joerg Albert wrote:
> On 10/28/2008 12:35 AM, Luis R. Rodriguez wrote:
>
>> This is now fixed on the master branch, also the branch "for-upstream"
>> does a lot of cleanup I thought you may like before stuffing it into
>> staging like removing all KERNEL_VERSION checks, all wireless
>> extensions checks, some compile warnings, removal of compat, dos2unix,
>> use utf-8, etc. Unfortunately this still requires a specific version
>> of wpa_supplicant but it seems it works. Not sure what bars you have
>> for staging at this point.
>
> I was a bit disappointed to find binary-only firmware inside the driver
> (HalPlus/OTUS_FB50/{hpfwbu,hpfwuinit}.c which is downloaded into the device
> during startup (initially thought this to be a complete OpenSource driver
> :-(

Binary firmware for a device does make the driver still "open source"
except for how some people intrepret it.

It is legal from a kernel standpoint though, and so it is fine to add to
the kernel as-is.

> Unless the attitude towards binary chunks inside the Linux kernel have
> changed, I guess these should be moved into userspace using the
> firmware_class driver to access it.

Yes they should, patches gladly accepted :)

thanks,

greg k-h

2008-10-28 00:40:31

by Greg KH

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On Mon, Oct 27, 2008 at 04:35:11PM -0700, Luis R. Rodriguez wrote:
> On Thu, Oct 23, 2008 at 4:11 AM, Luis R. Rodriguez
> <[email protected]> wrote:
> > On Wed, Oct 22, 2008 at 11:26:55PM -0700, Greg KH wrote:
> >> On Tue, Oct 21, 2008 at 11:50:45PM -0700, Greg KH wrote:
> >> > On Tue, Oct 21, 2008 at 07:04:17PM -0700, Luis R. Rodriguez wrote:
> >> > > We would like to see our Atheros 802.11n USB Linux driver upstream
> >> > > however we need help with this so we are releasing our Atheros 11n USB
> >> > > Otus Linux driver under the ISC to the community. The goal is to work
> >> > > with the community to help move this forward upstream. We are hoping
> >> > > for community help and leadership on this (*cough*).
> >> >
> >> > Yeah!
> >> >
> >> > I'll grab this and put it in drivers/staging/ so it gets some users and
> >> > more developers to help out with it.
> >>
> >> Ok, it seems to need some basic work to merely build properly on
> >> "modern" kernel versions.
> >
> > Yeah, it works up to 2.6.24.
>
> This is now fixed on the master branch, also the branch "for-upstream"
> does a lot of cleanup I thought you may like before stuffing it into
> staging like removing all KERNEL_VERSION checks, all wireless
> extensions checks, some compile warnings, removal of compat, dos2unix,
> use utf-8, etc. Unfortunately this still requires a specific version
> of wpa_supplicant but it seems it works. Not sure what bars you have
> for staging at this point.

Pretty much the only "bar" is "it compiles" :)

> Will you take this in, and expect patches for fixing it to use
> standard wext and also report standard wireless statistic (yeap, this
> is not there yet either).

Yes, I can do that.

> Joey is one user which reported the driver working now with the
> compile fixes for newer kernels for 2.6.28-rc2 using the specific
> version of wpa_supplicant for it.
>
> Joey can you test the for-upstream branch on otus git?

If someone can tell me what device this is for, I can try to go buy it
so that I can verify changes I make don't drasticly break things.

I'll go try to get this tree into a buildable state and put it into
staging tonight.

thanks,

greg k-h

2008-10-28 05:55:01

by Joey Krane

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On Tue, Oct 28, 2008 at 5:59 AM, Greg KH <[email protected]> wrote:
> On Mon, Oct 27, 2008 at 04:35:11PM -0700, Luis R. Rodriguez wrote:
>> On Thu, Oct 23, 2008 at 4:11 AM, Luis R. Rodriguez
>> <[email protected]> wrote:
>> > On Wed, Oct 22, 2008 at 11:26:55PM -0700, Greg KH wrote:
>> >> On Tue, Oct 21, 2008 at 11:50:45PM -0700, Greg KH wrote:
>> >> > On Tue, Oct 21, 2008 at 07:04:17PM -0700, Luis R. Rodriguez wrote:
>> >> > > We would like to see our Atheros 802.11n USB Linux driver upstream
>> >> > > however we need help with this so we are releasing our Atheros 11n USB
>> >> > > Otus Linux driver under the ISC to the community. The goal is to work
>> >> > > with the community to help move this forward upstream. We are hoping
>> >> > > for community help and leadership on this (*cough*).
>> >> >
>> >> > Yeah!
>> >> >
>> >> > I'll grab this and put it in drivers/staging/ so it gets some users and
>> >> > more developers to help out with it.
>> >>
>> >> Ok, it seems to need some basic work to merely build properly on
>> >> "modern" kernel versions.
>> >
>> > Yeah, it works up to 2.6.24.
>>
>> This is now fixed on the master branch, also the branch "for-upstream"
>> does a lot of cleanup I thought you may like before stuffing it into
>> staging like removing all KERNEL_VERSION checks, all wireless
>> extensions checks, some compile warnings, removal of compat, dos2unix,
>> use utf-8, etc. Unfortunately this still requires a specific version
>> of wpa_supplicant but it seems it works. Not sure what bars you have
>> for staging at this point.
>
> Pretty much the only "bar" is "it compiles" :)
>
>> Will you take this in, and expect patches for fixing it to use
>> standard wext and also report standard wireless statistic (yeap, this
>> is not there yet either).
>
> Yes, I can do that.
>
>> Joey is one user which reported the driver working now with the
>> compile fixes for newer kernels for 2.6.28-rc2 using the specific
>> version of wpa_supplicant for it.
>>
>> Joey can you test the for-upstream branch on otus git?
>
> If someone can tell me what device this is for, I can try to go buy it
> so that I can verify changes I make don't drasticly break things.
>

I've tested the TL-WN821N (it's the cheapest N USB I think) with a
generic 802.11g router (WPA enabled) on 2.6.24.7, 2.6.27.4 and
2.6.28-rc2.

http://www.newegg.com/Product/Product.aspx?Item=N82E16833704032

I'll test the for-upstream branch soon.

Joey

2008-10-24 13:42:01

by Joerg Albert

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On 10/24/2008 01:37 AM, Luis R. Rodriguez wrote:

> So for those of you who want to know which devices to buy

I'd guess the

* AVM FRITZ!WLAN N USB Stick (USB ID 0x57c, 0x8401)

should be in this list, too.

I don't own one (yet), but the Windows driver contains:
$ strings -t x fwlanusbn_wxp.sys
...
4de20 Atheros OTUS Wireless Network Adapter
...

Could some owner please confirm the chipset of this stick?


2008-10-23 18:11:08

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: Release of Atheros 802.11n USB Linux driver

On Wed, Oct 22, 2008 at 11:26:55PM -0700, Greg KH wrote:
> On Tue, Oct 21, 2008 at 11:50:45PM -0700, Greg KH wrote:
> > On Tue, Oct 21, 2008 at 07:04:17PM -0700, Luis R. Rodriguez wrote:
> > > We would like to see our Atheros 802.11n USB Linux driver upstream
> > > however we need help with this so we are releasing our Atheros 11n USB
> > > Otus Linux driver under the ISC to the community. The goal is to work
> > > with the community to help move this forward upstream. We are hoping
> > > for community help and leadership on this (*cough*).
> >
> > Yeah!
> >
> > I'll grab this and put it in drivers/staging/ so it gets some users and
> > more developers to help out with it.
>
> Ok, it seems to need some basic work to merely build properly on
> "modern" kernel versions.

Yeah, it works up to 2.6.24.

> So, how should we do this if I want to move it into staging? Can I just
> take a snapshot of what you have in this repo, move it in-kernel, fix
> the build errors and apply that patch (as your contribution of course)?

That's the thing it needs Wireless Extension support for >= 2.6.24 so
that needs to be done. I can try to do it but first comes ath9k, hence
why we released it to engage with the community on adding that and to
eventually push it upstream.

> Then future development can go off of the in-kernel version? Or do you
> plan to keep this git tree active somehow?

Yeah so the purpose of the git tree is to collect patches to allow users
to use it with >= 2.6.24, all other focus should be on an in-kernel
driver.

Luis

2008-10-27 23:35:13

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On Thu, Oct 23, 2008 at 4:11 AM, Luis R. Rodriguez
<[email protected]> wrote:
> On Wed, Oct 22, 2008 at 11:26:55PM -0700, Greg KH wrote:
>> On Tue, Oct 21, 2008 at 11:50:45PM -0700, Greg KH wrote:
>> > On Tue, Oct 21, 2008 at 07:04:17PM -0700, Luis R. Rodriguez wrote:
>> > > We would like to see our Atheros 802.11n USB Linux driver upstream
>> > > however we need help with this so we are releasing our Atheros 11n USB
>> > > Otus Linux driver under the ISC to the community. The goal is to work
>> > > with the community to help move this forward upstream. We are hoping
>> > > for community help and leadership on this (*cough*).
>> >
>> > Yeah!
>> >
>> > I'll grab this and put it in drivers/staging/ so it gets some users and
>> > more developers to help out with it.
>>
>> Ok, it seems to need some basic work to merely build properly on
>> "modern" kernel versions.
>
> Yeah, it works up to 2.6.24.

This is now fixed on the master branch, also the branch "for-upstream"
does a lot of cleanup I thought you may like before stuffing it into
staging like removing all KERNEL_VERSION checks, all wireless
extensions checks, some compile warnings, removal of compat, dos2unix,
use utf-8, etc. Unfortunately this still requires a specific version
of wpa_supplicant but it seems it works. Not sure what bars you have
for staging at this point.

Will you take this in, and expect patches for fixing it to use
standard wext and also report standard wireless statistic (yeap, this
is not there yet either).

Joey is one user which reported the driver working now with the
compile fixes for newer kernels for 2.6.28-rc2 using the specific
version of wpa_supplicant for it.

Joey can you test the for-upstream branch on otus git?

Luis

2008-10-28 00:55:55

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On Mon, Oct 27, 2008 at 05:29:19PM -0700, Greg KH wrote:
> On Mon, Oct 27, 2008 at 04:35:11PM -0700, Luis R. Rodriguez wrote:
> > On Thu, Oct 23, 2008 at 4:11 AM, Luis R. Rodriguez
> > <[email protected]> wrote:
> > > On Wed, Oct 22, 2008 at 11:26:55PM -0700, Greg KH wrote:
> > >> On Tue, Oct 21, 2008 at 11:50:45PM -0700, Greg KH wrote:
> > >> > On Tue, Oct 21, 2008 at 07:04:17PM -0700, Luis R. Rodriguez wrote:
> > >> > > We would like to see our Atheros 802.11n USB Linux driver upstream
> > >> > > however we need help with this so we are releasing our Atheros 11n USB
> > >> > > Otus Linux driver under the ISC to the community. The goal is to work
> > >> > > with the community to help move this forward upstream. We are hoping
> > >> > > for community help and leadership on this (*cough*).
> > >> >
> > >> > Yeah!
> > >> >
> > >> > I'll grab this and put it in drivers/staging/ so it gets some users and
> > >> > more developers to help out with it.
> > >>
> > >> Ok, it seems to need some basic work to merely build properly on
> > >> "modern" kernel versions.
> > >
> > > Yeah, it works up to 2.6.24.
> >
> > This is now fixed on the master branch, also the branch "for-upstream"
> > does a lot of cleanup I thought you may like before stuffing it into
> > staging like removing all KERNEL_VERSION checks, all wireless
> > extensions checks, some compile warnings, removal of compat, dos2unix,
> > use utf-8, etc. Unfortunately this still requires a specific version
> > of wpa_supplicant but it seems it works. Not sure what bars you have
> > for staging at this point.
>
> Pretty much the only "bar" is "it compiles" :)
>
> > Will you take this in, and expect patches for fixing it to use
> > standard wext and also report standard wireless statistic (yeap, this
> > is not there yet either).
>
> Yes, I can do that.

Excellent, if no one send patches I guess I will.

> > Joey is one user which reported the driver working now with the
> > compile fixes for newer kernels for 2.6.28-rc2 using the specific
> > version of wpa_supplicant for it.
> >
> > Joey can you test the for-upstream branch on otus git?
>
> If someone can tell me what device this is for, I can try to go buy it
> so that I can verify changes I make don't drasticly break things.

So we have a page for this now:

http://wireless.kernel.org/en/users/Drivers/otus

Init you can find a list of devices. Let me just paste what we have
there now:

Dlink

* DWA-160A1

Netgear

* WNDA3100
* WN111v2

TP-Link

* TL-WN821N

AVM

* FRITZ!WLAN N USB Stick (USB ID 0x57c, 0x8401)

> I'll go try to get this tree into a buildable state and put it into
> staging tonight.

Thanks! BTW if you add a kconfig option for it please point users with
this info:

This driver requires its own supplicant driver for
wpa_supplicant 0.4.8. For your convenience you can find
the tarball here:

http://www.kernel.org/pub/linux/kernel/people/mcgrof/otus/wpa_supplicant-0.4.8_otus.tar.bz2

Before compiling wpa_supplicant, ensure your .config has atleast the
following

CONFIG_WIRELESS_EXTENSION=y
CONFIG_EAP_WSC=y
CONFIG_WSC_IE=y
CONFIG_DRIVER_WEXT=y
CONFIG_DRIVER_OTUS=y

After a successful compile, you can use the device with wpa_supplicant
as follows:

wpa_supplicant -Dotus -i <atheros device from ifconfig> -c /path/to/wpa_supplicant.conf -d

Luis

2008-10-28 14:17:53

by Joerg Albert

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On 10/28/2008 01:55 AM, Luis R. Rodriguez wrote:

> AVM
>
> * FRITZ!WLAN N USB Stick (USB ID 0x57c, 0x8401)

This one still has problems (download of binary firmware fails) with
the Linux driver (see the other thread in the otus-devel ml).

2008-10-24 06:28:28

by Michael Renzmann

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

Hi.

Luis R. Rodriguez wrote:
> So for those of you who want to know which devices to buy

What about the Unex DNUA-81 [1]? According to the datasheet it is using UB82.

Bye, Mike

[1] http://www.unex.com.tw/product/dnua-81


2008-10-23 23:37:50

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: Release of Atheros 802.11n USB Linux driver

On Tue, Oct 21, 2008 at 7:04 PM, Luis R. Rodriguez
<[email protected]> wrote:
> We would like to see our Atheros 802.11n USB Linux driver upstream
> however we need help with this so we are releasing our Atheros 11n USB
> Otus Linux driver under the ISC to the community. The goal is to work
> with the community to help move this forward upstream. We are hoping
> for community help and leadership on this (*cough*).
>
> In the meantime users should be able to use this driver and patches
> are welcomed to add newer wireless extension support so users on newer
> kernels can get their devices working. The focus should be upstream
> though :)

So for those of you who want to know which devices to buy

Dlink
* DWA-160A1

Netgear
* WNDA3100
* WN111v2

TP-Link
* TL-WN821N

We now have on the wiki for the driver too, to help followup progress
on development for this driver.

http://wireless.kernel.org/en/users/Drivers/otus

Luis

2008-10-22 16:13:54

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: Release of Atheros 802.11n USB Linux driver

T24gV2VkLCBPY3QgMjIsIDIwMDggYXQgMToyOCBBTSwgRmxvcmlhbiBGYWluZWxsaSA8Zmxvcmlh
bkBvcGVud3J0Lm9yZz4gd3JvdGU6Cj4gSGkgTHVpcywKPgo+IExlIFdlZG5lc2RheSAyMiBPY3Rv
YmVyIDIwMDggMDQ6MDQ6MTcgTHVpcyBSLiBSb2RyaWd1ZXosIHZvdXMgYXZleiDDqWNyaXQgOgo+
PiBXZSB3b3VsZCBsaWtlIHRvIHNlZSBvdXIgQXRoZXJvcyA4MDIuMTFuIFVTQiBMaW51eCBkcml2
ZXIgdXBzdHJlYW0KPj4gaG93ZXZlciB3ZSBuZWVkIGhlbHAgd2l0aCB0aGlzIHNvIHdlIGFyZSBy
ZWxlYXNpbmcgb3VyIEF0aGVyb3MgMTFuIFVTQgo+PiBPdHVzIExpbnV4IGRyaXZlciB1bmRlciB0
aGUgSVNDIHRvIHRoZSBjb21tdW5pdHkuIFRoZSBnb2FsIGlzIHRvIHdvcmsKPj4gd2l0aCB0aGUg
Y29tbXVuaXR5IHRvIGhlbHAgbW92ZSB0aGlzIGZvcndhcmQgdXBzdHJlYW0uIFdlIGFyZSBob3Bp
bmcKPj4gZm9yIGNvbW11bml0eSBoZWxwIGFuZCBsZWFkZXJzaGlwIG9uIHRoaXMgKCpjb3VnaCop
Lgo+Cj4gVGhpcyBpcyBncmVhdCBuZXdzICEgQW55IHBsYW5zIG9uIHN1cHBvcnRpbmcgb2xkZXIg
c3RpY2tzIGFzIHdlbGwsIGxpa2UKPiBBUjUwMDVVRy9YIGJhc2VkIHN0aWNrcyA/CgpZZWFoLCB3
ZSd2ZSBhbHJlYWR5IHByb3ZpZGVkIGRvY3VtZW50YXRpb24gdG8gYSBmZXcgc2VsZWN0IGRldmVs
b3BlcnMuCgogICBMdWlzCg==

2008-10-28 13:24:09

by Joerg Albert

[permalink] [raw]
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver

On 10/28/2008 12:35 AM, Luis R. Rodriguez wrote:

> This is now fixed on the master branch, also the branch "for-upstream"
> does a lot of cleanup I thought you may like before stuffing it into
> staging like removing all KERNEL_VERSION checks, all wireless
> extensions checks, some compile warnings, removal of compat, dos2unix,
> use utf-8, etc. Unfortunately this still requires a specific version
> of wpa_supplicant but it seems it works. Not sure what bars you have
> for staging at this point.

I was a bit disappointed to find binary-only firmware inside the
driver (HalPlus/OTUS_FB50/{hpfwbu,hpfwuinit}.c which is downloaded
into the device during startup (initially thought this to be a
complete OpenSource driver :-(

Unless the attitude towards binary chunks inside the Linux kernel
have changed, I guess these should be moved into userspace using the
firmware_class driver to access it.

/Joerg

2008-10-22 08:28:30

by Florian Fainelli

[permalink] [raw]
Subject: Re: Release of Atheros 802.11n USB Linux driver

Hi Luis,

Le Wednesday 22 October 2008 04:04:17 Luis R. Rodriguez, vous avez =C3=A9=
crit=C2=A0:
> We would like to see our Atheros 802.11n USB Linux driver upstream
> however we need help with this so we are releasing our Atheros 11n US=
B
> Otus Linux driver under the ISC to the community. The goal is to work
> with the community to help move this forward upstream. We are hoping
> for community help and leadership on this (*cough*).

This is great news ! Any plans on supporting older sticks as well, like=
=20
AR5005UG/X based sticks ?

2008-10-22 06:53:03

by Greg KH

[permalink] [raw]
Subject: Re: Release of Atheros 802.11n USB Linux driver

On Tue, Oct 21, 2008 at 07:04:17PM -0700, Luis R. Rodriguez wrote:
> We would like to see our Atheros 802.11n USB Linux driver upstream
> however we need help with this so we are releasing our Atheros 11n USB
> Otus Linux driver under the ISC to the community. The goal is to work
> with the community to help move this forward upstream. We are hoping
> for community help and leadership on this (*cough*).

Yeah!

I'll grab this and put it in drivers/staging/ so it gets some users and
more developers to help out with it.

thanks for doing this.

greg k-h

2008-10-23 06:31:47

by Greg KH

[permalink] [raw]
Subject: Re: Release of Atheros 802.11n USB Linux driver

On Tue, Oct 21, 2008 at 11:50:45PM -0700, Greg KH wrote:
> On Tue, Oct 21, 2008 at 07:04:17PM -0700, Luis R. Rodriguez wrote:
> > We would like to see our Atheros 802.11n USB Linux driver upstream
> > however we need help with this so we are releasing our Atheros 11n USB
> > Otus Linux driver under the ISC to the community. The goal is to work
> > with the community to help move this forward upstream. We are hoping
> > for community help and leadership on this (*cough*).
>
> Yeah!
>
> I'll grab this and put it in drivers/staging/ so it gets some users and
> more developers to help out with it.

Ok, it seems to need some basic work to merely build properly on
"modern" kernel versions.

So, how should we do this if I want to move it into staging? Can I just
take a snapshot of what you have in this repo, move it in-kernel, fix
the build errors and apply that patch (as your contribution of course)?

Then future development can go off of the in-kernel version? Or do you
plan to keep this git tree active somehow?

thanks,

greg k-h