]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: Update MCS15 support in link_conf
authorMohan Kumar G <quic_mkumarg@quicinc.com>
Mon, 5 May 2025 15:28:36 +0000 (20:58 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 May 2025 22:05:11 +0000 (00:05 +0200)
commit22c64f37e1d4e757b0073a72f1439c2c3509c5cb
tree0130e99655e8bdbb39df4248a3e9030aaa5e0687
parent39c88e5b2f076ebfe8ad631a523fe497e87c1629
wifi: mac80211: Update MCS15 support in link_conf

As per IEEE 802.11be-2024 - 9.4.2.321, EHT operation element
contains MCS15 Disable subfield as the sixth bit, which is set when
MCS15 support is not enabled.

Get MCS15 support from EHT operation params and add it in link_conf
so that driver can use this value to know if EHT-MCS 15 reception
is enabled.

Co-developed-by: Dhanavandhana Kannan <quic_dhanavan1@quicinc.com>
Signed-off-by: Dhanavandhana Kannan <quic_dhanavan1@quicinc.com>
Signed-off-by: Mohan Kumar G <quic_mkumarg@quicinc.com>
Link: https://patch.msgid.link/20250505152836.3266829-1-quic_mkumarg@quicinc.com
[remove pointless !! for bool assignment]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
include/net/mac80211.h
net/mac80211/cfg.c