From: Kalle Valo <kalle.valo@nokia.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: luciano.coelho@nokia.com, Bob Copeland <me@bobcopeland.com>,
linux-wireless@vger.kernel.org
Subject: wl12xx: fourth submission
Date: Wed, 29 Apr 2009 23:47:49 +0300 [thread overview]
Message-ID: <87d4avdw5m.fsf@nokia.com> (raw)
Hi John,
here is the fourth submission of wl12xx, a driver for TI wl1251
chipset:
http://www.valot.fi/kalle/tmp/wl12xx/20090429/
Changes since the third submission:
o add patch "wl12xx: unify config_interface and bss_info_changed"
Changes since the second submission:
o remove mach includes to make it compile in wireless-testing
Changes since the 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 | 1358 ++++++++++++++++++++++++++++
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, 9263 insertions(+), 0 deletions(-)
--
Kalle Valo
reply other threads:[~2009-04-29 20:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=87d4avdw5m.fsf@nokia.com \
--to=kalle.valo@nokia.com \
--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 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).