All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Lamparter <chunkeey@web.de>
To: linux-wireless@vger.kernel.org
Cc: Johannes Berg <johannes@sipsolutions.net>,
	mcgrof@gmail.com, Alina Friedrichsen <x-alina@gmx.net>,
	Daniel White <daniel@whitehouse.id.au>, Joerg A <jal2@gmx.de>
Subject: [RFC][RFT][PATCH 0/5] ar9170: ar9170 driver
Date: Tue, 17 Mar 2009 04:08:12 +0100	[thread overview]
Message-ID: <200903170408.12626.chunkeey@web.de> (raw)

Johannes' ar9170 has been in development for a while.
However he is very busy pushing on the mac80211 stack...

I'll take a bite and try to help with ar9170 kernel inclusion.
before the fatal bit-rot claims a victim.

the diffstat:
 MAINTAINERS                          |    8
 drivers/net/wireless/Kconfig         |    1
 drivers/net/wireless/Makefile        |    1
 drivers/net/wireless/ar9170/Kconfig  |   23
 drivers/net/wireless/ar9170/Makefile |    6
 drivers/net/wireless/ar9170/ar9170.h |  177 ++++
 drivers/net/wireless/ar9170/cmd.c    |  118 ++
 drivers/net/wireless/ar9170/cmd.h    |   87 ++
 drivers/net/wireless/ar9170/eeprom.h |  179 ++++
 drivers/net/wireless/ar9170/hw.h     |  385 +++++++++
 drivers/net/wireless/ar9170/led.c    |  167 +++
 drivers/net/wireless/ar9170/mac.c    |  302 +++++++
 drivers/net/wireless/ar9170/main.c   | 1486 +++++++++++++++++++++++++++++++++++
 drivers/net/wireless/ar9170/phy.c    | 1223 ++++++++++++++++++++++++++++
 drivers/net/wireless/ar9170/usb.c    |  754 +++++++++++++++++
 drivers/net/wireless/ar9170/usb.h    |   80 +
 16 files changed, 4997 insertions(+)

obvious fact: that's nearly 5000 lines of code...

I really hope that you guys have a few comments and tips , so we hit 5k ;-)

Please give me some feedback and mmmmooore patches!
And don't forget to update the copyright boilerplate!

Enjoy!

             reply	other threads:[~2009-03-17  3:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-17  3:08 Christian Lamparter [this message]
2009-03-20 19:36 ` [RFC][RFT][PATCH 0/5 v5] ar9170: ar9170 driver (aka mac80211's otus) Christian Lamparter
2009-03-20 20:07   ` Alina Friedrichsen
2009-03-20 20:59     ` Christian Lamparter
2009-03-20 23:04       ` Alina Friedrichsen
2009-03-21 14:59         ` Alina Friedrichsen
2009-03-21 15:09           ` Johannes Berg
2009-03-21 15:22             ` Alina Friedrichsen
2009-03-20 20:13   ` Greg KH
2009-03-20 21:14     ` Christian Lamparter
2009-03-20 21:25       ` Greg KH
2009-03-20 22:12         ` Christian Lamparter
2009-03-20 22:41           ` Greg KH
2009-03-20 22:49           ` Alina Friedrichsen
2009-03-21  0:59             ` Christian Lamparter
2009-03-21 19:12   ` Alina Friedrichsen

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=200903170408.12626.chunkeey@web.de \
    --to=chunkeey@web.de \
    --cc=daniel@whitehouse.id.au \
    --cc=jal2@gmx.de \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mcgrof@gmail.com \
    --cc=x-alina@gmx.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.