From: David Gnedt <david.gnedt@davizone.at>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, Kalle Valo <kvalo@adurom.com>,
Grazvydas Ignotas <notasas@gmail.com>,
Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Subject: [PATCH 00/18] wl1251: feature ports / monitor mode / packet injection
Date: Sun, 30 Jan 2011 20:10:42 +0100 [thread overview]
Message-ID: <4D45B7B2.40001@davizone.at> (raw)
In-Reply-To: <4D45A583.3060605@davizone.at>
Patch 01-03 fix some bugs.
Patch 04-09 contain some feature ports from Maemo Fremantle and wl1271.
Patch 10-18 implement (mainly) monitor mode and packet injection.
Sorry for the partly broken patches, I thought I configured my client the
right way. I tried to stop the mails at my mailserver, but it was mostly
already too late.
David Gnedt (18):
wl1251: fix queue stopping/waking for TX path
wl1251: fix 4-byte TX buffer alignment
wl1251: fix scan behaviour while not associated
wl1251: add sysfs interface for bluetooth coexistence mode
configuration
wl1251: retry power save entry
wl1251: enable beacon early termination while in power-saving mode
wl1251: implement connection quality monitoring
wl1251: implement hardware ARP filtering
wl1251: enable adhoc mode
wl1251: split RX and TX data path initialisation
wl1251: configure hardware en-/decryption for monitor mode
wl1251: set rate index and preamble flag on received packets
wl1251: rework configure_filter() callback
wl1251: implement multicast address filtering
wl1251: disable power saving in monitor mode
wl1251: fix channel switching in monitor mode
wl1251: enable tx path in monitor mode if necessary for packet
injection
wl1251: disable retry and ACK policy for injected packets
drivers/net/wireless/wl1251/acx.c | 150 ++++++++++++++--
drivers/net/wireless/wl1251/acx.h | 106 ++++++++++-
drivers/net/wireless/wl1251/boot.c | 3 +-
drivers/net/wireless/wl1251/cmd.c | 58 ++++--
drivers/net/wireless/wl1251/cmd.h | 8 +-
drivers/net/wireless/wl1251/event.c | 62 ++++++
drivers/net/wireless/wl1251/event.h | 7 +
drivers/net/wireless/wl1251/init.c | 19 +-
drivers/net/wireless/wl1251/main.c | 348 ++++++++++++++++++++++++++++------
drivers/net/wireless/wl1251/ps.c | 11 +
drivers/net/wireless/wl1251/rx.c | 48 +++++-
drivers/net/wireless/wl1251/tx.c | 101 ++++++----
drivers/net/wireless/wl1251/wl1251.h | 26 ++-
13 files changed, 795 insertions(+), 152 deletions(-)
next parent reply other threads:[~2011-01-30 19:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4D45A583.3060605@davizone.at>
2011-01-30 19:10 ` David Gnedt [this message]
2011-01-31 15:08 ` [PATCH 00/18] wl1251: feature ports / monitor mode / packet injection Kalle Valo
2011-01-31 22:57 ` David Gnedt
2011-02-01 6:39 ` Kalle Valo
2011-02-02 11:01 ` Grazvydas Ignotas
2011-02-02 22:41 ` Grazvydas Ignotas
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=4D45B7B2.40001@davizone.at \
--to=david.gnedt@davizone.at \
--cc=GNUtoo@no-log.org \
--cc=kvalo@adurom.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=notasas@gmail.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).