On 4/24/2025 6:31 PM, Johannes Berg wrote:
On Thu, 2025-04-24 at 10:02 +0530, Mohan Kumar G wrote:
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.
I guess I'll take this (modulo the question below), but I think for UHR
we should probably just pu whole fields there rather than splitting
things out, that doesn't seem all that useful?
Yes, putting whole fields would be better. Will try to handle it as such
for UHR.
@@ -830,6 +831,7 @@ struct ieee80211_bss_conf {
bool eht_support;
bool epcs_support;
bool csa_active;
+ bool disable_mcs15;
Perhaps we should group it with the other EHT ones like
eht_80mhz_full_bw_ul_mumimo, and also use eht_ prefix?
johannes
Sure. will make the change in next version.