linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 00/03] wl1271: 11n Support, add support to 80211n spec
@ 2010-10-13 14:09 Shahar Levi
  2010-10-13 14:09 ` [PATCH v4 01/03] wl1271: 11n Support, Add Definitions Shahar Levi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shahar Levi @ 2010-10-13 14:09 UTC (permalink / raw)
  To: linux-wireless; +Cc: Luciano Coelho

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(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-10-18 14:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-13 14:09 [PATCH v4 00/03] wl1271: 11n Support, add support to 80211n spec Shahar Levi
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

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).