linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shahar Levi <shahar_levi@ti.com>
To: <linux-wireless@vger.kernel.org>
Cc: Luciano Coelho <luciano.coelho@nokia.com>
Subject: [PATCH v4 00/03] wl1271: 11n Support, add support to 80211n spec
Date: Wed, 13 Oct 2010 16:09:38 +0200	[thread overview]
Message-ID: <1286978981-21467-1-git-send-email-shahar_levi@ti.com> (raw)

Series that add 80211n spec support to wl1271: scan, connection via MCS rates
Wl12xx driver add HT support:
- Scan includes HT IE
- Connection to HT devices
- HT protection
- Traffic via MCS rates
- A-MSDU in RX path

Missing functionality is:
- BA session as Initiator and Receiver

Changes from v2:
- Add logic on wl1271_op_bss_info_changed()
- add CONFIG_WL1271_HT in tx & rx
- Rebase to latest wl12xx git
- Clean to Linux code style.

Changes from v3:
- Fix HW_RX_HIGHEST_RATE to 72 (old value 65)
- In wl1271_acx_set_ht_capabilities() replace ? with if 
- Fix some comments
- Clean to Linux code style.

Shahar Levi (3):
  wl1271: 11n Support, Add Definitions
  wl1271: 11n Support, ACX Commands
  wl1271: 11n Support, functionality and configuration ability

 drivers/net/wireless/wl12xx/Kconfig       |   10 +++
 drivers/net/wireless/wl12xx/wl1271.h      |   11 +++-
 drivers/net/wireless/wl12xx/wl1271_acx.c  |   83 +++++++++++++++++++++++
 drivers/net/wireless/wl12xx/wl1271_acx.h  |   86 ++++++++++++++++++++++++
 drivers/net/wireless/wl12xx/wl1271_main.c |  102 ++++++++++++++++++++++++-----
 drivers/net/wireless/wl12xx/wl1271_rx.c   |    6 ++
 drivers/net/wireless/wl12xx/wl1271_tx.c   |   11 +++
 7 files changed, 291 insertions(+), 18 deletions(-)


             reply	other threads:[~2010-10-13 14:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-13 14:09 Shahar Levi [this message]
2010-10-13 14:09 ` [PATCH v4 01/03] wl1271: 11n Support, Add Definitions Shahar Levi
2010-10-13 14:09 ` [PATCH v4 02/03] wl1271: 11n Support, ACX Commands Shahar Levi
2010-10-13 14:09 ` [PATCH v4 03/03] wl1271: 11n Support, functionality and configuration ability Shahar Levi
2010-10-18 14:09 ` [PATCH v4 00/03] wl1271: 11n Support, add support to 80211n spec 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=1286978981-21467-1-git-send-email-shahar_levi@ti.com \
    --to=shahar_levi@ti.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=luciano.coelho@nokia.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).