public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kalle.valo@iki.fi>
To: linux-wireless@vger.kernel.org
Subject: [PATCH v2 0/3] mac80211 client U-APSD support
Date: Mon, 30 Nov 2009 15:24:20 +0200	[thread overview]
Message-ID: <20091130132348.28896.95317.stgit@tikku> (raw)

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.

v2:
o remove cfg80211 changes
o rename IEEE80211_QOS_IE to IEEE80211_WMM_IE_STA in ieee80211.h

---

Kalle Valo (3):
      mac80211: add U-APSD client 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/net/mac80211.h                    |    6 ++++
 net/mac80211/cfg.c                        |    7 +++++
 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 +
 10 files changed, 125 insertions(+), 8 deletions(-)


             reply	other threads:[~2009-11-30 13:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30 13:24 Kalle Valo [this message]
2009-11-30 13:24 ` [PATCH v2 1/3] mac80211: add U-APSD client support Kalle Valo
2009-11-30 13:24 ` [PATCH v2 2/3] mac80211: add debugfs interface for U-APSD queue configuration Kalle Valo
2009-11-30 13:24 ` [PATCH v2 3/3] wl1251: add U-APSD support Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091130132348.28896.95317.stgit@tikku \
    --to=kalle.valo@iki.fi \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox