linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] wl1251: beacon filter support and more
@ 2009-11-17 16:48 Kalle Valo
  2009-11-17 16:48 ` [PATCH 01/16] wl1251: Add connection monitoring configuration Kalle Valo
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Kalle Valo @ 2009-11-17 16:48 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless

Hi John,

here is a set of patches for wl1251. New features are EEPROM NVS
support (from David-John Willis) and beacon filtering, but there are
also some serious fixes and optimisations.

These patches are not urgent.

---

David-John Willis (1):
      wl1251: add NVS in EEPROM support

Janne Ylalehto (2):
      wl1251: Filter out unwanted events
      wl1251: Add IRQ looping support

Juuso Oikarinen (5):
      wl1251: Fix regression in IRQ loop handling
      wl1251: Implement delayed entry into ELP mode
      wl1251: Configure beacon filtering on if PSM used
      wl1251: Enable beacon filtering with the stack
      wl1251: Add connection monitoring configuration

Kalle Valo (3):
      wl1251: remove depcreated qual usage
      wl1251: mask aid bits 14 and 15 in ps-poll template
      wl1251: allocate space for firmware with vmalloc()

Vidhya Govindan (5):
      wl1251: Send null data packet with "TODS" bit set
      wl1251: Increase the beacon loss timeout value and handle regain event
      wl1251: Set the correct dtim period to the firmware
      wl1251: Add acx command to set tbtt and dtim period
      wl1251: fix deadlock with ieee80211 beacon filter calls


 drivers/net/wireless/wl12xx/wl1251.h       |    5 +
 drivers/net/wireless/wl12xx/wl1251_acx.c   |   68 +++++++++++-
 drivers/net/wireless/wl12xx/wl1251_acx.h   |   36 ++++++
 drivers/net/wireless/wl12xx/wl1251_boot.c  |   55 +++++++---
 drivers/net/wireless/wl12xx/wl1251_event.c |   18 +++
 drivers/net/wireless/wl12xx/wl1251_init.c  |    8 +
 drivers/net/wireless/wl12xx/wl1251_main.c  |  162 ++++++++++++++++------------
 drivers/net/wireless/wl12xx/wl1251_ps.c    |   44 +++++++-
 drivers/net/wireless/wl12xx/wl1251_ps.h    |    1 
 drivers/net/wireless/wl12xx/wl1251_reg.h   |    6 +
 drivers/net/wireless/wl12xx/wl1251_rx.c    |    4 -
 drivers/net/wireless/wl12xx/wl1251_spi.c   |    2 
 include/linux/spi/wl12xx.h                 |    1 
 13 files changed, 314 insertions(+), 96 deletions(-)


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

end of thread, other threads:[~2009-11-17 17:10 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 16:48 [PATCH 00/16] wl1251: beacon filter support and more Kalle Valo
2009-11-17 16:48 ` [PATCH 01/16] wl1251: Add connection monitoring configuration Kalle Valo
2009-11-17 16:48 ` [PATCH 02/16] wl1251: Enable beacon filtering with the stack Kalle Valo
2009-11-17 16:48 ` [PATCH 03/16] wl1251: Configure beacon filtering on if PSM used Kalle Valo
2009-11-17 16:48 ` [PATCH 04/16] wl1251: Implement delayed entry into ELP mode Kalle Valo
2009-11-17 16:48 ` [PATCH 05/16] wl1251: allocate space for firmware with vmalloc() Kalle Valo
2009-11-17 16:48 ` [PATCH 06/16] wl1251: fix deadlock with ieee80211 beacon filter calls Kalle Valo
2009-11-17 17:01   ` Johannes Berg
2009-11-17 17:10     ` Kalle Valo
2009-11-17 16:49 ` [PATCH 07/16] wl1251: mask aid bits 14 and 15 in ps-poll template Kalle Valo
2009-11-17 16:49 ` [PATCH 08/16] wl1251: Add acx command to set tbtt and dtim period Kalle Valo
2009-11-17 16:49 ` [PATCH 09/16] wl1251: Set the correct dtim period to the firmware Kalle Valo
2009-11-17 16:49 ` [PATCH 10/16] wl1251: Increase the beacon loss timeout value and handle regain event Kalle Valo
2009-11-17 16:49 ` [PATCH 11/16] wl1251: Add IRQ looping support Kalle Valo
2009-11-17 16:49 ` [PATCH 12/16] wl1251: Filter out unwanted events Kalle Valo
2009-11-17 16:49 ` [PATCH 13/16] wl1251: Fix regression in IRQ loop handling Kalle Valo
2009-11-17 16:49 ` [PATCH 14/16] wl1251: Send null data packet with "TODS" bit set Kalle Valo
2009-11-17 16:50 ` [PATCH 15/16] wl1251: remove depcreated qual usage Kalle Valo
2009-11-17 16:50 ` [PATCH 16/16] wl1251: add NVS in EEPROM support Kalle Valo

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