linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 0/5] cfg80211: updates and fixes for TID specific configuration
@ 2020-04-24 11:29 Sergey Matyukevich
  2020-04-24 11:29 ` [RFC PATCH v2 1/5] cfg80211: fix mask type in cfg80211_tid_cfg structure Sergey Matyukevich
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sergey Matyukevich @ 2020-04-24 11:29 UTC (permalink / raw)
  To: linux-wireless; +Cc: Tamizh Chelvam, Johannes Berg, Sergey Matyukevich

Hello Johannes, Tamizh, and all

This patch series contains several minor fixes and enhancements for TID
specific configuration functionality. The first three patches include
minor fixes and TID specific AMSDU configuration.

The 4th patch is somewhat controversial, so the series is marked as RFC.
This patch simplifies current override logic. It suggests to make no
difference between 'specific peer' and 'all peers' cases and to apply
new TID configuration immediately after resetting the previous one.

The 5th patch enables access to new kernel functionality from iw tool.
Note that nl80211.h changes are not included into iw. So to make this
change work in iw , header should be updated upfront, including new
AMSDU attribute from this patch series.

Regards,
Sergey

v1 -> v2

- add policy for new AMSDU attribute
- add patch for iw with support for per-tid per-node configuration


Sergey Matyukevich (5):
  cfg80211: fix mask type in cfg80211_tid_cfg structure
  mac80211: fix variable names in TID config methods
  cfg80211: add support for TID specific AMSDU configuration
  nl80211: simplify peer specific TID configuration
  iw: add TID specific configuration command

 include/net/cfg80211.h       |  6 ++++--
 include/uapi/linux/nl80211.h | 20 +++++++++++---------
 net/mac80211/cfg.c           |  6 +++---
 net/mac80211/driver-ops.h    |  4 ++--
 net/wireless/nl80211.c       | 13 +++++++++----
 5 files changed, 29 insertions(+), 20 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2020-04-27 17:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-24 11:29 [RFC PATCH v2 0/5] cfg80211: updates and fixes for TID specific configuration Sergey Matyukevich
2020-04-24 11:29 ` [RFC PATCH v2 1/5] cfg80211: fix mask type in cfg80211_tid_cfg structure Sergey Matyukevich
2020-04-24 11:29 ` [RFC PATCH v2 2/5] mac80211: fix variable names in TID config methods Sergey Matyukevich
2020-04-24 11:29 ` [RFC PATCH v2 3/5] cfg80211: add support for TID specific AMSDU configuration Sergey Matyukevich
2020-04-24 11:29 ` [RFC PATCH v2 4/5] nl80211: simplify peer specific TID configuration Sergey Matyukevich
2020-04-24 11:29 ` [RFC PATCH v2 5/5] iw: add TID specific configuration command Sergey Matyukevich
2020-04-27 17:48 ` [RFC PATCH v2 0/5] cfg80211: updates and fixes for TID specific configuration tamizhr

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).