All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] cfg80211/mac80211 patches from our internal tree 2021-04-09
@ 2021-04-09  9:40 Luca Coelho
  2021-04-09  9:40 ` [PATCH 01/15] mac80211: drop the connection if firmware crashed while in CSA Luca Coelho
                   ` (14 more replies)
  0 siblings, 15 replies; 28+ messages in thread
From: Luca Coelho @ 2021-04-09  9:40 UTC (permalink / raw)
  To: johannes; +Cc: linux-wireless

From: Luca Coelho <luciano.coelho@intel.com>

Hi,

A bunch of patches with mac80211 and cfg80211 changes from our
internal tree.

As we discussed, a couple of these break ath11k compilation, but since
you're the original author, it's easier (at least for me :P) if you
fix them before applying.

Please review, though you have already reviewed (or even written!)
most if not all of them. ;)

Thanks!

Cheers,
Luca.


Avraham Stern (2):
  nl80211/cfg80211: add a flag to negotiate for LMR feedback in NDP
    ranging
  ieee80211: add the values of ranging parameters max LTF total field

Emmanuel Grumbach (5):
  mac80211: properly drop the connection in case of invalid CSA IE
  cfg80211: don't WARN if a self-managed device doesn't have a regdom
  mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the
    driver
  cfg80211: allow to specifying a reason for hw_rfkill
  mac80211: clear the beacon's CRC after channel switch

Ilan Peer (2):
  nl80211: Add new RSNXE related nl80211 extended features
  cfg80211: Remove wrong RNR IE validation check

Johannes Berg (5):
  wireless: align some HE capabilities with the spec
  wireless: align HE capabilities A-MPDU Length Exponent Extension
  mac80211: bail out if cipher schemes are invalid
  wireless: fix spelling of A-MSDU in HE capabilities
  mac80211: aes_cmac: check crypto_shash_setkey() return value

Naftali Goldstein (1):
  mac80211: drop the connection if firmware crashed while in CSA

 backport-include/net/cfg80211.h               | 17 +++++++++
 .../wireless/intel/iwlwifi/iwl-nvm-parse.c    | 12 +++---
 drivers/net/wireless/mac80211_hwsim.c         | 16 ++++----
 include/linux/ieee80211.h                     | 33 ++++++++++-------
 include/net/cfg80211.h                        | 16 +++++++-
 include/net/mac80211.h                        |  5 +--
 include/uapi/linux/nl80211.h                  | 17 +++++++++
 net/mac80211/aes_cmac.c                       | 11 +++++-
 net/mac80211/debugfs_sta.c                    | 37 ++++++++++---------
 net/mac80211/ieee80211_i.h                    |  2 +
 net/mac80211/main.c                           | 16 ++++++--
 net/mac80211/mlme.c                           | 16 ++++----
 net/mac80211/util.c                           | 10 +----
 net/wireless/core.c                           |  7 ++--
 net/wireless/nl80211.c                        |  5 ++-
 net/wireless/pmsr.c                           | 12 +++++-
 net/wireless/scan.c                           |  2 +-
 17 files changed, 154 insertions(+), 80 deletions(-)
 create mode 100644 backport-include/net/cfg80211.h

-- 
2.31.0


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

end of thread, other threads:[~2021-04-10  9:21 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-09  9:40 [PATCH 00/15] cfg80211/mac80211 patches from our internal tree 2021-04-09 Luca Coelho
2021-04-09  9:40 ` [PATCH 01/15] mac80211: drop the connection if firmware crashed while in CSA Luca Coelho
2021-04-09  9:40 ` [PATCH 02/15] nl80211: Add new RSNXE related nl80211 extended features Luca Coelho
2021-04-09  9:40 ` [PATCH 03/15] mac80211: properly drop the connection in case of invalid CSA IE Luca Coelho
2021-04-09  9:40 ` [PATCH 04/15] wireless: align some HE capabilities with the spec Luca Coelho
2021-04-09 12:24   ` kernel test robot
2021-04-09 12:24     ` kernel test robot
2021-04-09 23:31   ` kernel test robot
2021-04-09 23:31     ` kernel test robot
2021-04-09  9:40 ` [PATCH 05/15] cfg80211: don't WARN if a self-managed device doesn't have a regdom Luca Coelho
2021-04-09  9:40 ` [PATCH 06/15] mac80211: make ieee80211_vif_to_wdev work when the vif isn't in the driver Luca Coelho
2021-04-09  9:40 ` [PATCH 07/15] wireless: align HE capabilities A-MPDU Length Exponent Extension Luca Coelho
2021-04-09 13:39   ` kernel test robot
2021-04-09 13:39     ` kernel test robot
2021-04-10  9:20   ` kernel test robot
2021-04-10  9:20     ` kernel test robot
2021-04-09  9:40 ` [PATCH 08/15] cfg80211: allow to specifying a reason for hw_rfkill Luca Coelho
2021-04-09  9:47   ` Johannes Berg
2021-04-09  9:55     ` Luca Coelho
2021-04-09  9:40 ` [PATCH 09/15] cfg80211: Remove wrong RNR IE validation check Luca Coelho
2021-04-09  9:40 ` [PATCH 10/15] mac80211: bail out if cipher schemes are invalid Luca Coelho
2021-04-09  9:40 ` [PATCH 11/15] wireless: fix spelling of A-MSDU in HE capabilities Luca Coelho
2021-04-09 19:02   ` kernel test robot
2021-04-09 19:02     ` kernel test robot
2021-04-09  9:40 ` [PATCH 12/15] nl80211/cfg80211: add a flag to negotiate for LMR feedback in NDP ranging Luca Coelho
2021-04-09  9:40 ` [PATCH 13/15] ieee80211: add the values of ranging parameters max LTF total field Luca Coelho
2021-04-09  9:40 ` [PATCH 14/15] mac80211: clear the beacon's CRC after channel switch Luca Coelho
2021-04-09  9:40 ` [PATCH 15/15] mac80211: aes_cmac: check crypto_shash_setkey() return value Luca Coelho

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.