From: Luciano Coelho <luciano.coelho@nokia.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: "linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: pull request: wl12xx 2010-12-15
Date: Wed, 15 Dec 2010 17:02:48 +0200 [thread overview]
Message-ID: <1292425368.32385.14.camel@chilepepper> (raw)
Hi John,
This pull-request contains some improvements and bug fixes for the wl12xx driver.
Please pull or let me know if there's any problem. This tree is based
on wireless-next/master.
Don't know if there is still time to include these patches for 2.6.38,
since it's kind of late already, but I didn't see any email from you
saying "stop now!" either. ;)
Thanks!
The following changes since commit 412b31334b831a8c2909afaca017c5a236ac2dd0:
Wolfgang Kufner (1):
rt2x00: Fix firmware loading regression on x86_64.
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git wl12xx-next
Eliad Peller (4):
wl1271: use debugfs_remove_recursive
wl1271: move wl12xx debugfs directory to under wiphy's debugfs
wl12xx: add auto-arp support
wl12xx: allow runtime changing of debug_level
Guy Eilam (1):
wl1271: fixed problem with WPS IEs in probe requests
Juuso Oikarinen (4):
wl12xx: Fix kernel crash related to hw recovery and interface shutdown
wl1271: Fix setting of the hardware connection monitoring probe-req template
wl12xx: Remove 11j channels from the supported channels list.
wl12xx: Change TX queue to be per AC
Luciano Coelho (3):
wl12xx: disable 11a channels when regulatory changes if 11a is not supported
wl12xx: fix illegal memset if debugfs is not enabled
wl12xx: disable 11a channels when wl->enable_11a is known
Roger Quadros (2):
wl1271: Add wl1271_load_firmware() and export some functions
wl1271_sdio_test: Add module for sdio RX/TX testing
drivers/net/wireless/wl12xx/Kconfig | 8 +
drivers/net/wireless/wl12xx/Makefile | 2 +
drivers/net/wireless/wl12xx/acx.c | 4 +-
drivers/net/wireless/wl12xx/acx.h | 9 +-
drivers/net/wireless/wl12xx/boot.c | 17 +-
drivers/net/wireless/wl12xx/boot.h | 1 +
drivers/net/wireless/wl12xx/cmd.c | 69 ++++
drivers/net/wireless/wl12xx/cmd.h | 4 +
drivers/net/wireless/wl12xx/debugfs.c | 192 ++-------
drivers/net/wireless/wl12xx/init.c | 13 +-
drivers/net/wireless/wl12xx/io.c | 1 +
drivers/net/wireless/wl12xx/main.c | 119 ++++--
drivers/net/wireless/wl12xx/scan.c | 4 +
drivers/net/wireless/wl12xx/tx.c | 60 +++-
drivers/net/wireless/wl12xx/wl1271_sdio_test.c | 510 ++++++++++++++++++++++++
drivers/net/wireless/wl12xx/wl12xx.h | 129 +------
drivers/net/wireless/wl12xx/wl12xx_80211.h | 17 +-
17 files changed, 835 insertions(+), 324 deletions(-)
create mode 100644 drivers/net/wireless/wl12xx/wl1271_sdio_test.c
--
Cheers,
Luca.
next reply other threads:[~2010-12-15 15:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-15 15:02 Luciano Coelho [this message]
2010-12-15 15:07 ` pull request: wl12xx 2010-12-15 Luciano Coelho
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=1292425368.32385.14.camel@chilepepper \
--to=luciano.coelho@nokia.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.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).