All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] ath9k / mac80211: power save fixes
@ 2010-09-14  5:30 Luis R. Rodriguez
  2010-09-14 15:07 ` Luis R. Rodriguez
  0 siblings, 1 reply; 6+ messages in thread
From: Luis R. Rodriguez @ 2010-09-14  5:30 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, Luis R. Rodriguez

Here are a bundle of joy of fixes for power save. Some of
these are regressions, which sucks ass to find out about them
so late. We *really* need a regression testbed for mac80211 and
ath9k. Some stable fixes trickle down to 2.6.32 even.

I'll soon send links for the respective ports of these patches to each
kernels. For now I'd just like them merged upstream and ensure we get
this out for 2.6.36-rc stuff.

The offchannel needs more work to be really useful, for example
we should just be sending nullunc frames prior to actualloy probing
the AP. We can work on this later for 37.

Luis R. Rodriguez (9):
  ath9k: fix power save race conditions
  ath9k: fix regression on beacon loss after bgscan
  mac80211: add helper for reseting the connection monitor
  mac80211: reset probe send counter upon connection timer reset
  mac80211: reset connection idle when going offchannel
  mac80211: make the beacon monitor available externally
  mac80211: disable beacon monitor while going offchannel
  mac80211: send last 3/5 probe requests as unicast
  ath9k: fix regression which disabled ps on ath9k

Senthil Balasubramanian (1):
  ath9k: fix regression which prevents chip sleep after CAB data

 drivers/net/wireless/ath/ath9k/init.c |    3 +-
 drivers/net/wireless/ath/ath9k/main.c |   11 ++++++--
 drivers/net/wireless/ath/ath9k/recv.c |    5 +++-
 net/mac80211/ieee80211_i.h            |    2 +
 net/mac80211/mlme.c                   |   40 +++++++++++++++++++++++---------
 net/mac80211/offchannel.c             |    7 +++++
 6 files changed, 52 insertions(+), 16 deletions(-)


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

end of thread, other threads:[~2010-09-14 16:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-14  5:30 [PATCH 00/10] ath9k / mac80211: power save fixes Luis R. Rodriguez
2010-09-14 15:07 ` Luis R. Rodriguez
2010-09-14 15:53   ` Ben Greear
2010-09-14 16:09     ` Luis R. Rodriguez
2010-09-14 16:25       ` Ben Greear
2010-09-14 16:34       ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.