From: Luciano Coelho <coelho@ti.com>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org
Subject: pull request: wl12xx 2011-02-23
Date: Wed, 23 Feb 2011 17:23:57 +0200 [thread overview]
Message-ID: <1298474637.2104.71.camel@pimenta> (raw)
Hi John,
Yet another pull request for 2.6.39. The most important change is PS
support in AP-mode, by Arik. The other patches are mainly bugfixes and
small cleanups.
Please pull or let me know if there's any problem. This tree is based
on wireless-next/master.
Thanks!
The following changes since commit 320d6c1b56de5f461c6062625b9664095f90ee95:
ath9k_hw: Fix power on reset (2011-02-21 15:40:00 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git for-linville
Arik Nemtsov (9):
wl12xx: avoid blocking while holding rcu lock on bss info change
wl12xx: fix potential race condition with TX queue watermark
wl12xx: AP-mode - fix race condition on sta connection
wl12xx: AP-mode - TX queue per link in AC
wl12xx: report invalid TX rate when returning non-TX-ed skbs
wl12xx: AP-mode - support HW based link PS monitoring
wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add()
wl12xx: AP-mode - count free FW TX blocks per link
wl12xx: AP-mode - management of links in PS-mode
Dan Carpenter (1):
wl12xx: change type from u8 to int
Eliad Peller (4):
wl12xx: fix identification of beacon packets (debug)
wl12xx: declare support for IEEE80211_HW_REPORTS_TX_ACK_STATUS
wl12xx: use standard ALIGN() macro
wl12xx: always set mac_address when configuring ht caps
Gery Kahn (1):
wl12xx: update PLT initialization for new firmware
Luciano Coelho (1):
wl12xx: fix MODULE_AUTHOR email address
drivers/net/wireless/wl12xx/acx.c | 28 ++++-
drivers/net/wireless/wl12xx/acx.h | 9 ++
drivers/net/wireless/wl12xx/init.c | 2 +-
drivers/net/wireless/wl12xx/main.c | 147 +++++++++++++++++----
drivers/net/wireless/wl12xx/ps.c | 78 +++++++++++
drivers/net/wireless/wl12xx/ps.h | 2 +
drivers/net/wireless/wl12xx/rx.c | 6 +-
drivers/net/wireless/wl12xx/rx.h | 4 -
drivers/net/wireless/wl12xx/tx.c | 237 ++++++++++++++++++++++++++++-----
drivers/net/wireless/wl12xx/tx.h | 5 +-
drivers/net/wireless/wl12xx/wl12xx.h | 37 ++++++
11 files changed, 478 insertions(+), 77 deletions(-)
--
Cheers,
Luca.
reply other threads:[~2011-02-23 15:24 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=1298474637.2104.71.camel@pimenta \
--to=coelho@ti.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).