mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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: 711a9c018a ("wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict mode")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
d997c32157
commit
0cfff13c94
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user