diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2026-05-04 08:54:27 +0200 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2026-05-04 08:54:52 +0200 |
| commit | 0cfff13c94cb5fa818bb374945ff280e08dc1bb9 (patch) | |
| tree | 05d8f6c3c834422f236bbc7209854ae8a38c7122 /net | |
| parent | d997c32157d2ca06e9f3f00ba6c4bf06593b49e7 (diff) | |
wifi: mac80211: tests: mark HT check strict
The HT check now only applies in strict mode since APs
were found to be broken. Mark it as such.
Fixes: 711a9c018ad2 ("wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict mode")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
| -rw-r--r-- | net/mac80211/tests/chan-mode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/tests/chan-mode.c b/net/mac80211/tests/chan-mode.c index adc069065e73..fa370831d617 100644 --- a/net/mac80211/tests/chan-mode.c +++ b/net/mac80211/tests/chan-mode.c @@ -65,6 +65,7 @@ static const struct determine_chan_mode_case { .ht_capa_mask = { .mcs.rx_mask[0] = 0xf7, }, + .strict = true, }, { .desc = "Masking out a RX rate in VHT capabilities", .conn_mode = IEEE80211_CONN_MODE_EHT, |
