mbox series

[0/2] iwlwifi: updates intended for v6.3 2023-01-09

Message ID 20230109110722.212758-1-gregory.greenman@intel.com
Headers show
Series iwlwifi: updates intended for v6.3 2023-01-09 | expand

Message

Greenman, Gregory Jan. 9, 2023, 11:07 a.m. UTC
From: Gregory Greenman <gregory.greenman@intel.com>

Hi,

Two EHT commits for suporting minimal EHT rate, in mac80211 and
iwlwifi.

As usual, I'm pushing this to a pending branch, for kbuild bot, and
will send a pull-request later.

Please review.

Thanks!
Gregory

Johannes Berg (2):
  mac80211: support minimal EHT rate reporting on RX
  iwlwifi: mvm: add minimal EHT rate reporting

 .../net/wireless/intel/iwlwifi/mvm/mac80211.c |  7 ++++++
 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c |  7 ++++++
 include/net/mac80211.h                        | 19 ++++++++++++---
 net/mac80211/rx.c                             |  9 +++++++
 net/mac80211/sta_info.c                       |  9 ++++++-
 net/mac80211/sta_info.h                       | 24 ++++++++++++++-----
 net/mac80211/util.c                           | 13 ++++++++++
 7 files changed, 78 insertions(+), 10 deletions(-)