All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] cfg80211/mac80211 patches from our internal tree 2023-12-19
@ 2023-12-20  2:37 Miri Korenblit
  2023-12-20  2:37 ` [PATCH 01/15] wifi: cfg80211: reg: Support P2P operation on DFS channels Miri Korenblit
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Miri Korenblit @ 2023-12-20  2:37 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 (4):
  wifi: cfg80211: reg: Support P2P operation on DFS channels
  wifi: cfg80211: Schedule regulatory check on BSS STA channel change
  wifi: mac80211: Schedule regulatory channels check on bandwith change
  wifi: mac80211_hwsim: Add custom reg for DFS concurrent

Ayala Beker (1):
  wifi: mac80211: fix advertised TTLM scheduling

Benjamin Berg (5):
  wifi: cfg80211: free beacon_ies when overridden from hidden BSS
  wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error
  wifi: cfg80211: avoid double free if updating BSS fails
  wifi: mac80211: do not re-add debugfs entries during resume
  wifi: mac80211: add/remove driver debugfs entries as appropriate

Johannes Berg (2):
  wifi: mac80211: rework RX timestamp flags
  wifi: mac80211: allow 64-bit radiotap timestamps

Miri Korenblit (2):
  wifi: mac80211: add a driver callback to check active_links
  wifi: mac80211_hwsim: support HE 40MHz in 2.4Ghz band

Mukesh Sisodiya (1):
  wifi: cfg80211: handle UHB AP and STA power type

 drivers/net/wireless/virtual/mac80211_hwsim.c | 25 +++++
 include/linux/ieee80211.h                     |  1 +
 include/net/cfg80211.h                        | 19 ++++
 include/net/mac80211.h                        | 23 ++++-
 include/uapi/linux/nl80211.h                  | 29 ++++++
 net/mac80211/debugfs_netdev.c                 |  9 +-
 net/mac80211/driver-ops.c                     | 14 ++-
 net/mac80211/driver-ops.h                     | 20 ++++
 net/mac80211/ieee80211_i.h                    |  5 +-
 net/mac80211/link.c                           |  3 +
 net/mac80211/mlme.c                           | 50 ++++++++--
 net/mac80211/rx.c                             | 13 ++-
 net/mac80211/trace.h                          | 25 +++++
 net/mac80211/util.c                           | 16 ++--
 net/wireless/chan.c                           | 94 +++++++++++++++++--
 net/wireless/nl80211.c                        | 24 +++++
 net/wireless/reg.c                            |  8 +-
 net/wireless/reg.h                            |  5 +
 net/wireless/scan.c                           | 79 ++++++++++++----
 net/wireless/sme.c                            |  2 +
 20 files changed, 405 insertions(+), 59 deletions(-)

-- 
2.34.1


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

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

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-20  2:37 [PATCH 00/15] cfg80211/mac80211 patches from our internal tree 2023-12-19 Miri Korenblit
2023-12-20  2:37 ` [PATCH 01/15] wifi: cfg80211: reg: Support P2P operation on DFS channels Miri Korenblit
2023-12-20  2:37 ` [PATCH 02/15] wifi: cfg80211: Schedule regulatory check on BSS STA channel change Miri Korenblit
2023-12-20  2:37 ` [PATCH 03/15] wifi: mac80211: Schedule regulatory channels check on bandwith change Miri Korenblit
2023-12-20  2:37 ` [PATCH 04/15] wifi: mac80211_hwsim: Add custom reg for DFS concurrent Miri Korenblit
2023-12-20  2:37 ` [PATCH 05/15] wifi: cfg80211: handle UHB AP and STA power type Miri Korenblit
2023-12-19  9:28   ` Kalle Valo
2023-12-20  2:37 ` [PATCH 06/15] wifi: mac80211: rework RX timestamp flags Miri Korenblit
2023-12-19  9:24   ` Kalle Valo
2023-12-20  2:37 ` [PATCH 07/15] wifi: mac80211: allow 64-bit radiotap timestamps Miri Korenblit
2023-12-20  2:37 ` [PATCH 08/15] wifi: cfg80211: free beacon_ies when overridden from hidden BSS Miri Korenblit
2023-12-20  2:37 ` [PATCH 09/15] wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error Miri Korenblit
2023-12-20  2:37 ` [PATCH 10/15] wifi: cfg80211: avoid double free if updating BSS fails Miri Korenblit
2023-12-20  2:37 ` [PATCH 11/15] wifi: mac80211: fix advertised TTLM scheduling Miri Korenblit
2023-12-20  2:38 ` [PATCH 12/15] wifi: mac80211: do not re-add debugfs entries during resume Miri Korenblit
2023-12-20  2:38 ` [PATCH 13/15] wifi: mac80211: add/remove driver debugfs entries as appropriate Miri Korenblit
2023-12-20  2:38 ` [PATCH 14/15] wifi: mac80211: add a driver callback to check active_links Miri Korenblit
2023-12-20  2:38 ` [PATCH 15/15] wifi: mac80211_hwsim: support HE 40MHz in 2.4Ghz band Miri Korenblit
2023-12-19  8:57   ` Johannes Berg
2023-12-23 16:01     ` Jouni Malinen
2023-12-23 17:30       ` Johannes Berg

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.