linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kalle.valo@iki.fi>
To: linux-wireless@vger.kernel.org
Subject: [PATCH] at76c50x-usb: mac80211 port of at76_usb
Date: Sat, 07 Feb 2009 09:27:04 +0200	[thread overview]
Message-ID: <20090207071701.21485.18763.stgit@tikku> (raw)

Here's the first version of at76c50x-usb which is a mac80211 port from
at76_usb, which included own 802.11 stack. The driver has received almost
no testing, I just associated few to times to an AP using WEP and iwconfig. 

My quick test showed problems already, for example sometimes I had to
set essid twice before the driver associated. And I'm sure there are also
loads of other issues. Patches welcome :)

The driver is based on at76_usb mac80211 patches[1] plus some cosmetic 
changes to reflect the name change. Also I dropped the wpa patches for now
due to stability issues. I'll readd wpa support after the driver is stable
enough.

John, please consider this driver as inclusion to the linux-testing tree. I
don't consider this ready for mainline yet, I want to test this more first in
case there are critical bugs.

[1] http://git.kernel.org/?p=linux/kernel/git/linville/wireless-legacy.git;a=shortlog;h=at76

---

Kalle Valo (1):
      at76c50x-usb: add driver


 drivers/net/wireless/Kconfig        |    8 
 drivers/net/wireless/Makefile       |    2 
 drivers/net/wireless/at76c50x-usb.c | 2465 +++++++++++++++++++++++++++++++++++
 drivers/net/wireless/at76c50x-usb.h |  463 +++++++
 4 files changed, 2938 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/wireless/at76c50x-usb.c
 create mode 100644 drivers/net/wireless/at76c50x-usb.h


             reply	other threads:[~2009-02-07  7:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-07  7:27 Kalle Valo [this message]
2009-02-07  7:27 ` [PATCH] at76c50x-usb: add driver Kalle Valo
2009-02-07 11:20 ` [PATCH] at76c50x-usb: mac80211 port of at76_usb Kalle Valo
2009-02-15 17:20   ` Jason Andryuk
2009-02-18 20:02     ` Kalle Valo

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=20090207071701.21485.18763.stgit@tikku \
    --to=kalle.valo@iki.fi \
    --cc=linux-wireless@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).