From: Kalle Valo <kvalo@qca.qualcomm.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: linux-wireless <linux-wireless@vger.kernel.org>,
ath6kl-devel <ath6kl-devel@qualcomm.com>
Subject: Pull request: ath6kl 20120614
Date: Thu, 14 Jun 2012 15:44:28 +0300 [thread overview]
Message-ID: <4FD9DCAC.1000507@qca.qualcomm.com> (raw)
Hi John,
here's a pull request of latest ath6kl changes. New features there are
enhanced beacon miss detection, match ssid support in scheduled scan,
setting tx rateset and chanding DTIM in AP mode. But all the patches are
pretty small in size which makes me happy.
There's also few bugfixes and some code cleanup.
Please let me know if you have any problems.
Kalle
The following changes since commit 211c17aaee644bb808fbdeef547ac99db92c01ed:
Merge branch 'master' of
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
(2012-06-13 15:35:35 -0400)
are available in the git repository at:
git://github.com/kvalo/ath6kl.git for-linville
Bala Shanmugam (1):
ath6kl: Add support for setting tx rateset.
Etay Luz (1):
ath6kl: support changing dtim period on AP mode
Joe Perches (1):
ath6kl: Add missing newline terminations
Jouni Malinen (1):
ath6kl: Use correct max-scan-SSIDs limit
Kalle Valo (1):
Merge remote branch 'wireless-next/master' into ath6kl-next
Kiran Reddy (1):
ath6kl: separate ht cap for each band
Naveen Gangadharan (1):
ath6kl: Add wow multicast firmware capability support
Naveen Singh (2):
ath6kl: Include match ssid list in scheduled scan
ath6kl: use firmware version from FW IE
Raja Mani (2):
ath6kl: Remove unneeded memset in roam related config func
ath6kl: Fix typo in htc mbox debug print msg
Thomas Pedersen (3):
ath6kl: enable enhanced bmiss detection
ath6kl: issue wmi disconnect after notifying cfg80211
ath6kl: fix fw capability parsing
Vasanthakumar Thiagarajan (3):
ath6kl: Fix missing gpio pin 9 configuration
ath6kl: Fix race in aggregation reorder logic
ath6kl: Fix unstable downlink throughput
drivers/net/wireless/ath/ath6kl/cfg80211.c | 208
+++++++++++++++++++++++-----
drivers/net/wireless/ath/ath6kl/cfg80211.h | 2 +
drivers/net/wireless/ath/ath6kl/core.h | 38 +++++-
drivers/net/wireless/ath/ath6kl/htc_mbox.c | 2 +-
drivers/net/wireless/ath/ath6kl/init.c | 28 ++++-
drivers/net/wireless/ath/ath6kl/main.c | 27 +++--
drivers/net/wireless/ath/ath6kl/target.h | 1 +
drivers/net/wireless/ath/ath6kl/txrx.c | 48 ++++----
drivers/net/wireless/ath/ath6kl/wmi.c | 148 +++++++++++++++++++-
drivers/net/wireless/ath/ath6kl/wmi.h | 58 ++++++++-
10 files changed, 477 insertions(+), 83 deletions(-)
reply other threads:[~2012-06-14 12:44 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=4FD9DCAC.1000507@qca.qualcomm.com \
--to=kvalo@qca.qualcomm.com \
--cc=ath6kl-devel@qualcomm.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).