From: Kalle Valo <kalle.valo@iki.fi>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: luciano.coelho@nokia.com, Bob Copeland <me@bobcopeland.com>,
linux-wireless@vger.kernel.org
Subject: wl12xx: third submission
Date: Thu, 23 Apr 2009 19:40:05 +0300 [thread overview]
Message-ID: <87ab67b9y2.fsf@litku.valot.fi> (raw)
Hi John,
here is the third (and hopefully last) submission of wl12xx, a driver
for TI wl1251 chipset:
http://www.valot.fi/kalle/tmp/wl12xx/20090423/
Changes since second submission:
o remove mach includes to make it compile in wireless-testing
Changes since first submission from February 10:
o update to 2.6.29 (bob)
o sysfs interface removed (bob)
o netlink interface removed
o lots of bug fixes
o platform data for proper board file support
Please consider for including the driver to wireless-testing. Bob is
planning to add SDIO support to the driver and it's easier for us to
have the driver in wireless-testing. And if all goes well, it would be
nice to get the driver into 2.6.31. But that's up to you, of course.
The diffstat:
drivers/net/wireless/Kconfig | 1 +
drivers/net/wireless/Makefile | 2 +
drivers/net/wireless/wl12xx/Kconfig | 11 +
drivers/net/wireless/wl12xx/Makefile | 4 +
drivers/net/wireless/wl12xx/acx.c | 689 ++++++++++++++
drivers/net/wireless/wl12xx/acx.h | 1245 +++++++++++++++++++++++++
drivers/net/wireless/wl12xx/boot.c | 295 ++++++
drivers/net/wireless/wl12xx/boot.h | 40 +
drivers/net/wireless/wl12xx/cmd.c | 353 +++++++
drivers/net/wireless/wl12xx/cmd.h | 265 ++++++
drivers/net/wireless/wl12xx/debugfs.c | 508 ++++++++++
drivers/net/wireless/wl12xx/debugfs.h | 33 +
drivers/net/wireless/wl12xx/event.c | 127 +++
drivers/net/wireless/wl12xx/event.h | 121 +++
drivers/net/wireless/wl12xx/init.c | 200 ++++
drivers/net/wireless/wl12xx/init.h | 40 +
drivers/net/wireless/wl12xx/main.c | 1375 ++++++++++++++++++++++++++++
drivers/net/wireless/wl12xx/ps.c | 151 +++
drivers/net/wireless/wl12xx/ps.h | 36 +
drivers/net/wireless/wl12xx/reg.h | 745 +++++++++++++++
drivers/net/wireless/wl12xx/rx.c | 208 +++++
drivers/net/wireless/wl12xx/rx.h | 122 +++
drivers/net/wireless/wl12xx/spi.c | 358 ++++++++
drivers/net/wireless/wl12xx/spi.h | 109 +++
drivers/net/wireless/wl12xx/tx.c | 557 +++++++++++
drivers/net/wireless/wl12xx/tx.h | 215 +++++
drivers/net/wireless/wl12xx/wl1251.c | 709 ++++++++++++++
drivers/net/wireless/wl12xx/wl1251.h | 165 ++++
drivers/net/wireless/wl12xx/wl12xx.h | 409 +++++++++
drivers/net/wireless/wl12xx/wl12xx_80211.h | 156 ++++
include/linux/spi/wl12xx.h | 31 +
31 files changed, 9280 insertions(+), 0 deletions(-)
--
Kalle Valo
next reply other threads:[~2009-04-23 16:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-23 16:40 Kalle Valo [this message]
2009-04-23 17:32 ` wl12xx: third submission Johannes Berg
2009-04-23 17:49 ` Kalle Valo
2009-04-23 17:57 ` Johannes Berg
2009-04-23 18: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=87ab67b9y2.fsf@litku.valot.fi \
--to=kalle.valo@iki.fi \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=luciano.coelho@nokia.com \
--cc=me@bobcopeland.com \
/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.