All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v1 0/4] mac80211 client U-APSD support
@ 2009-11-27 14:07 Kalle Valo
  2009-11-27 14:07 ` [RFC PATCH v1 1/4] cfg80211: add " Kalle Valo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kalle Valo @ 2009-11-27 14:07 UTC (permalink / raw)
  To: linux-wireless

Hello,

here is my suggestion how to add U-APSD client support to mac80211. I
also included example driver implementation for wl1251.

Most probably I will drop patch 1 and fold patches 2 and 3, but I keep
them all in for now to make it easier to change things.

Please comment. Also I would like to get comments how U-APSD needs to
be implemented in different hardware.

---

Kalle Valo (4):
      cfg80211: add U-APSD support
      mac80211: add U-APSD support
      mac80211: add debugfs interface for U-APSD queue configuration
      wl1251: add U-APSD support


 drivers/net/wireless/wl12xx/wl1251_main.c |   12 ++++++--
 include/linux/ieee80211.h                 |    5 ++++
 include/linux/nl80211.h                   |    2 +
 include/net/cfg80211.h                    |    1 +
 include/net/mac80211.h                    |    6 ++++
 net/mac80211/cfg.c                        |    1 +
 net/mac80211/debugfs.c                    |   41 +++++++++++++++++++++++++++++
 net/mac80211/ieee80211_i.h                |    5 ++++
 net/mac80211/main.c                       |    1 +
 net/mac80211/mlme.c                       |   36 ++++++++++++++++++++++---
 net/mac80211/scan.c                       |   18 +++++++++++++
 net/mac80211/util.c                       |    2 +
 net/wireless/nl80211.c                    |    3 ++
 13 files changed, 125 insertions(+), 8 deletions(-)


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

end of thread, other threads:[~2009-11-27 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-27 14:07 [RFC PATCH v1 0/4] mac80211 client U-APSD support Kalle Valo
2009-11-27 14:07 ` [RFC PATCH v1 1/4] cfg80211: add " Kalle Valo
2009-11-27 14:08 ` [RFC PATCH v1 2/4] mac80211: " Kalle Valo
2009-11-27 14:08 ` [RFC PATCH v1 3/4] mac80211: add debugfs interface for U-APSD queue configuration Kalle Valo
2009-11-27 14:08 ` [RFC PATCH v1 4/4] wl1251: add U-APSD support Kalle Valo

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.