public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] cfg80211/mac80211 patches from our internal tree 2023-12-10
@ 2023-12-11  7:05 Miri Korenblit
  2023-12-11  7:05 ` [PATCH 01/14] wifi: mac80211: don't re-add debugfs during reconfig Miri Korenblit
                   ` (13 more replies)
  0 siblings, 14 replies; 20+ messages in thread
From: Miri Korenblit @ 2023-12-11  7:05 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless

Hi,

A bunch of patches from our internal tree with mac80211 and
cfg80211 changes. It's the usual developement, adding a few small
features, bugfixes, and cleanups.

Thanks,
Miri

Andrei Otcheretianski (2):
  wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP
  wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP

Benjamin Berg (2):
  wifi: cfg80211: generate an ML element for per-STA profiles
  wifi: cfg80211: consume both probe response and beacon IEs

Ilan Peer (2):
  wifi: cfg80211: Add support for setting TID to link mapping
  wifi: cfg80211: Update the default DSCP-to-UP mapping

Johannes Berg (8):
  wifi: mac80211: don't re-add debugfs during reconfig
  wifi: cfg80211: add BSS usage reporting
  wifi: mac80211: update some locking documentation
  wifi: mac80211: add a flag to disallow puncturing
  wifi: mac80211: don't set ESS capab bit in assoc request
  wifi: mac80211: check defragmentation succeeded
  wifi: mac80211: mesh_plink: fix matches_local logic
  wifi: mac80211: mesh: check element parsing succeeded

 include/net/cfg80211.h       |  78 ++++++++++++++++++++++---
 include/net/mac80211.h       |  23 ++++----
 include/uapi/linux/nl80211.h |  59 +++++++++++++++++++
 net/mac80211/cfg.c           |   4 +-
 net/mac80211/chan.c          |   4 +-
 net/mac80211/debugfs.c       |   1 +
 net/mac80211/driver-ops.c    |   6 +-
 net/mac80211/driver-ops.h    |   2 +-
 net/mac80211/mesh_hwmp.c     |   2 +-
 net/mac80211/mesh_pathtbl.c  |   8 +--
 net/mac80211/mesh_plink.c    |  16 +++---
 net/mac80211/mlme.c          |  29 ++++++++--
 net/mac80211/scan.c          |   4 +-
 net/mac80211/tdls.c          |  18 +++---
 net/wireless/core.h          |   3 +
 net/wireless/nl80211.c       |  95 ++++++++++++++++++++++++++----
 net/wireless/rdev-ops.h      |  26 +++++++--
 net/wireless/scan.c          | 108 +++++++++++++++++++++++++++++------
 net/wireless/trace.h         |  20 +++++++
 net/wireless/util.c          |  46 +++++++++++++++
 20 files changed, 467 insertions(+), 85 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-12-17 15:29 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11  7:05 [PATCH 00/14] cfg80211/mac80211 patches from our internal tree 2023-12-10 Miri Korenblit
2023-12-11  7:05 ` [PATCH 01/14] wifi: mac80211: don't re-add debugfs during reconfig Miri Korenblit
2023-12-11  7:05 ` [PATCH 02/14] wifi: cfg80211: add BSS usage reporting Miri Korenblit
2023-12-11  7:05 ` [PATCH 03/14] wifi: mac80211: update some locking documentation Miri Korenblit
2023-12-11  7:05 ` [PATCH 04/14] wifi: cfg80211: Add support for setting TID to link mapping Miri Korenblit
2023-12-11  7:05 ` [PATCH 05/14] wifi: mac80211: add a flag to disallow puncturing Miri Korenblit
2023-12-11  7:05 ` [PATCH 06/14] wifi: cfg80211: Update the default DSCP-to-UP mapping Miri Korenblit
2023-12-12  9:39   ` Johannes Berg
2023-12-13 11:52     ` Peer, Ilan
2023-12-17  9:42   ` Jouni Malinen
2023-12-17 15:11     ` Peer, Ilan
2023-12-18  9:30   ` [PATCH v2] " Ilan Peer
2023-12-11  7:05 ` [PATCH 07/14] wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP Miri Korenblit
2023-12-11  7:05 ` [PATCH 08/14] wifi: cfg80211: " Miri Korenblit
2023-12-11  7:05 ` [PATCH 09/14] wifi: cfg80211: generate an ML element for per-STA profiles Miri Korenblit
2023-12-11  7:05 ` [PATCH 10/14] wifi: cfg80211: consume both probe response and beacon IEs Miri Korenblit
2023-12-11  7:05 ` [PATCH 11/14] wifi: mac80211: don't set ESS capab bit in assoc request Miri Korenblit
2023-12-11  7:05 ` [PATCH 12/14] wifi: mac80211: check defragmentation succeeded Miri Korenblit
2023-12-11  7:05 ` [PATCH 13/14] wifi: mac80211: mesh_plink: fix matches_local logic Miri Korenblit
2023-12-11  7:05 ` [PATCH 14/14] wifi: mac80211: mesh: check element parsing succeeded Miri Korenblit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox