On 6/13/2023 8:57 PM, gregory.greenman@xxxxxxxxx wrote:
From: Gregory Greenman <gregory.greenman@xxxxxxxxx>
Add support for Extra EHT LTF defined in 9.4.2.313
EHT Capabilities element.
Signed-off-by: Gregory Greenman <gregory.greenman@xxxxxxxxx>
---
drivers/net/wireless/intel/iwlwifi/fw/api/rs.h | 2 ++
.../net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 2 ++
drivers/net/wireless/intel/iwlwifi/mvm/rs-fw.c | 15 +++++++++++++++
include/linux/ieee80211.h | 1 +
4 files changed, 20 insertions(+)
This patch changed both ieee80211.h and iwlwifi, if separate the change
of ieee80211.h
to another patch such as commit 4fdeb8471302(wifi: ieee80211: clean up
public action codes),
then it will be easy for someone to pick the patch if he/she only need
the change of ieee80211.h.
Also same for commit 2c9abe653bc5(wifi: ieee80211: correctly mark FTM
frames non-bufferable)
and commit 1a30a6b25f26(wifi: brcmfmac: p2p: Introduce generic flexible
array frame member).
Right?😁