On 8/13/2025 7:26 AM, Pablo MARTIN-GOMEZ wrote: > On 12/08/2025 23:36, Muna Sinada wrote: >> Add new attributes to support EHT MCS/NSS Tx rates and EHT GI/LTF. >> Parse EHT fixed MCS/NSS Tx rates and EHT GI/LTF values passed by the >> userspace, validate and add as part of cfg80211_bitrate_mask. >> >> MCS mask is constructed by new function, eht_build_mcs_mask(). Max NSS >> supported for MCS rates of 7, 9, 11 and 13 is utilized to set MCS >> bitmask for each NSS. MCS rates 14, and 15 if supported, are set only >> for NSS = 0. >> >> Co-developed-by: Aloka Dixit <aloka.dixit@xxxxxxxxxxxxxxxx> >> Signed-off-by: Aloka Dixit <aloka.dixit@xxxxxxxxxxxxxxxx> >> Signed-off-by: Muna Sinada <muna.sinada@xxxxxxxxxxxxxxxx> >> --- >> include/net/cfg80211.h | 3 + >> include/uapi/linux/nl80211.h | 32 ++++++ >> net/wireless/nl80211.c | 214 ++++++++++++++++++++++++++++++++++- >> 3 files changed, 246 insertions(+), 3 deletions(-) > [...] thank you for your review, will sent updated patch addressing comments shortly. -Muna