linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kalle Valo <kalle.valo@iki.fi>
To: linux-wireless@vger.kernel.org
Subject: [PATCH v3 0/2] mac80211 client U-APSD support
Date: Tue, 01 Dec 2009 14:06:28 +0200	[thread overview]
Message-ID: <20091201120508.4264.25010.stgit@tikku> (raw)

Hello,

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

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

v3:
o remove unnecessary debugfs interface, people can recompile mac80211
  in case they want to try enable more queues
o add max SP length defines to ieee80211.h
o removed unnecessary code comments

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


---

Kalle Valo (2):
      mac80211: add U-APSD client support
      wl1251: add U-APSD support


 drivers/net/wireless/wl12xx/wl1251_main.c |   12 +++++++--
 include/linux/ieee80211.h                 |   12 +++++++++
 include/net/mac80211.h                    |    6 ++++
 net/mac80211/cfg.c                        |    7 +++++
 net/mac80211/ieee80211_i.h                |    2 +
 net/mac80211/mlme.c                       |   39 +++++++++++++++++++++++++----
 net/mac80211/scan.c                       |   18 +++++++++++++
 net/mac80211/util.c                       |    2 +
 8 files changed, 90 insertions(+), 8 deletions(-)


             reply	other threads:[~2009-12-01 12:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-01 12:06 Kalle Valo [this message]
2009-12-01 12:06 ` [PATCH v3 1/2] mac80211: add U-APSD client support Kalle Valo
2009-12-01 12:06 ` [PATCH v3 2/2] 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=20091201120508.4264.25010.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;
as well as URLs for NNTP newsgroup(s).