All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] QoS headers for mesh
@ 2011-09-06 22:26 Javier Cardona
  2011-09-06 22:26 ` [PATCH 1/2] mac80211: Start implementing QoS support for mesh interfaces Javier Cardona
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Javier Cardona @ 2011-09-06 22:26 UTC (permalink / raw)
  To: John W. Linville
  Cc: Javier Cardona, Thomas Pedersen, devel, Johannes Berg,
	linux-wireless, jlopex

Mesh frames are required to have QoS headers to indicate the presence of a Mesh
Control Header in the payload.  These patches add QoS headers to mesh frames,
but note that they don't implement full QoS support: mesh stations don't
currently advertise QoS capabilities.

Javier Cardona (2):
  mac80211: Start implementing QoS support for mesh interfaces
  mac80211: Mesh data frames must have the QoS header

 include/linux/ieee80211.h   |    2 ++
 net/mac80211/mesh.c         |    8 ++++----
 net/mac80211/mesh_pathtbl.c |    4 ++++
 net/mac80211/rx.c           |    6 +++---
 net/mac80211/tx.c           |    5 +++--
 net/mac80211/wme.c          |   15 ++++++---------
 net/mac80211/wme.h          |    2 +-
 7 files changed, 23 insertions(+), 19 deletions(-)

-- 
1.7.6


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

end of thread, other threads:[~2011-09-08  7:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-06 22:26 [PATCH 0/2] QoS headers for mesh Javier Cardona
2011-09-06 22:26 ` [PATCH 1/2] mac80211: Start implementing QoS support for mesh interfaces Javier Cardona
2011-09-06 22:26 ` [PATCH 2/2] mac80211: Mesh data frames must have the QoS header Javier Cardona
2011-09-07 18:08 ` [PATCH 0/2] QoS headers for mesh Johannes Berg
2011-09-07 18:14   ` Johannes Berg
2011-09-07 18:36     ` Javier Cardona
2011-09-07 18:46       ` Johannes Berg
2011-09-08  3:34       ` Javier Cardona
2011-09-08  7:01         ` Johannes Berg
2011-09-07 18:23   ` Javier Cardona

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.