On Tue, 2012-01-31 at 16:44 +0200, Eliad Peller wrote: > Add some psm / suspend features: > * Add the ability to force psm (by default, the fw uses dynamic ps) > * Use differnet wake up conditions on suspend > * Add pattern support to wowlan triggers > > (depends on the "wl12xx: update fw api" patchset) > > v2: the rx filters patches were squashed and rewritten (thanks Eyal!) > > Eyal Shapira (7): > wl12xx: Set different wake up conditions in case of suspend > wl12xx: add suspend_listen_interval debugfs file > wl12xx: add forced_ps mode > wl12xx: add forced_ps debugfs file > wl12xx: add RX data filter ACX commands > wl12xx: add RX data filters management functions > wl12xx: support wowlan wakeup patterns > > drivers/net/wireless/wl12xx/acx.c | 115 +++++++++++++- > drivers/net/wireless/wl12xx/acx.h | 34 ++++- > drivers/net/wireless/wl12xx/conf.h | 19 +++ > drivers/net/wireless/wl12xx/debugfs.c | 131 ++++++++++++++++- > drivers/net/wireless/wl12xx/main.c | 272 +++++++++++++++++++++++++++++++-- > drivers/net/wireless/wl12xx/ps.c | 12 +- > drivers/net/wireless/wl12xx/rx.c | 61 ++++++++ > drivers/net/wireless/wl12xx/rx.h | 8 +- > drivers/net/wireless/wl12xx/wl12xx.h | 38 +++++- > 9 files changed, 662 insertions(+), 28 deletions(-) Eliad, could you split this patchset in two? I can take the first part, about forced PS when you send v2. The WoWLAN part needs to be reworked. Let's split it out so that it doesn't hold the forced PS back. -- Cheers, Luca. -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html