mbox series

[0/2] mac80211/radiotap patches from our internal tree 2023-02-28

Message ID 20230301084347.44102-1-gregory.greenman@intel.com (mailing list archive)
Headers show
Series mac80211/radiotap patches from our internal tree 2023-02-28 | expand

Message

Greenman, Gregory March 1, 2023, 8:43 a.m. UTC
From: Gregory Greenman <gregory.greenman@intel.com>

Hi,

Two more patches from our internal tree with preparations for adding EHT
and new radiotap TLV format.

The changes were tested by kbuild bot in the pending branch.

Thanks
Gregory

Mordechay Goodstein (2):
  wifi: ieee80211_radiotap: Add EHT radiotap definitions
  wifi: mac80211: add support for driver adding radiotap TLVs

 drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c |  27 +--
 drivers/net/wireless/mac80211_hwsim.c         |  45 ++--
 include/net/ieee80211_radiotap.h              | 208 +++++++++++++++++-
 include/net/mac80211.h                        |  44 +---
 net/mac80211/rx.c                             |  82 +++----
 5 files changed, 277 insertions(+), 129 deletions(-)