All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: Greg KH <greg@kroah.com>
Cc: "Luis R. Rodriguez" <mcgrof@gmail.com>,
	"otus-devel@lists.madwifi-project.org"
	<otus-devel@lists.madwifi-project.org>,
	Johannes Berg <johannes@sipsolutions.net>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	Linux-Kernel <linux-kernel@vger.kernel.org>,
	Luis Rodriguez <Luis.Rodriguez@Atheros.com>,
	Joey Krane <linuxbsd2004@gmail.com>
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver
Date: Mon, 27 Oct 2008 17:55:53 -0700	[thread overview]
Message-ID: <20081028005553.GE6377@tesla> (raw)
In-Reply-To: <20081028002919.GB2992@kroah.com>

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
> > <lrodriguez@atheros.com> 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

WARNING: multiple messages have this Message-ID (diff)
From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: Greg KH <greg@kroah.com>
Cc: "Luis R. Rodriguez" <mcgrof@gmail.com>,
	"otus-devel@lists.madwifi-project.org" 
	<otus-devel@venema.h4ckr.net>,
	Johannes Berg <johannes@sipsolutions.net>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	Linux-Kernel <linux-kernel@vger.kernel.org>,
	Luis Rodriguez <Luis.Rodriguez@atheros.com>,
	Joey Krane <linuxbsd2004@gmail.com>
Subject: Re: [otus-devel] Release of Atheros 802.11n USB Linux driver
Date: Mon, 27 Oct 2008 17:55:53 -0700	[thread overview]
Message-ID: <20081028005553.GE6377@tesla> (raw)
In-Reply-To: <20081028002919.GB2992@kroah.com>

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
> > <lrodriguez@atheros.com> 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

  reply	other threads:[~2008-10-28  0:55 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-22  2:04 Release of Atheros 802.11n USB Linux driver Luis R. Rodriguez
2008-10-22  6:50 ` Greg KH
2008-10-23  6:26   ` Greg KH
2008-10-23  6:26     ` Greg KH
2008-10-23 11:11     ` Luis R. Rodriguez
2008-10-23 11:11       ` Luis R. Rodriguez
2008-10-27 23:35       ` [otus-devel] " Luis R. Rodriguez
2008-10-27 23:35         ` Luis R. Rodriguez
2008-10-28  0:29         ` Greg KH
2008-10-28  0:29           ` Greg KH
2008-10-28  0:55           ` Luis R. Rodriguez [this message]
2008-10-28  0:55             ` Luis R. Rodriguez
2008-10-28  5:56             ` Greg KH
2008-10-28  5:56               ` Greg KH
2008-10-28 14:17             ` Joerg Albert
2008-10-28 14:17               ` Joerg Albert
2008-10-28  5:54           ` Joey Krane
2008-10-28  5:54             ` Joey Krane
2008-10-28 13:24         ` Joerg Albert
2008-10-28 13:24           ` Joerg Albert
2008-10-28 15:18           ` Greg KH
2008-10-28 15:18             ` Greg KH
2008-10-22  8:28 ` Florian Fainelli
2008-10-22  8:28   ` Florian Fainelli
2008-10-22 16:13   ` Luis R. Rodriguez
2008-10-22 16:13     ` Luis R. Rodriguez
2008-10-22 10:05 ` Michael Renzmann
2008-10-23 23:37 ` Luis R. Rodriguez
2008-10-23 23:37   ` Luis R. Rodriguez
2008-10-24  6:28   ` [otus-devel] " Michael Renzmann
2008-10-24  6:28     ` Michael Renzmann
2008-10-24 13:41   ` Joerg Albert
2008-10-24 13:41     ` Joerg Albert

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=20081028005553.GE6377@tesla \
    --to=lrodriguez@atheros.com \
    --cc=Luis.Rodriguez@Atheros.com \
    --cc=greg@kroah.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxbsd2004@gmail.com \
    --cc=mcgrof@gmail.com \
    --cc=otus-devel@lists.madwifi-project.org \
    /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.