Skip to content

wifi: Cleanup some code based on the fact a HE STA is also a VHT STA and a VHT STA is also a HT STA

Many places in wifi code are checking for HT, VHT or HE capabilities, I suggest to clean these up based on the fact that a HE STA always support both VHT and HT, and a VHT STA supports HT as well. This makes it easier to later include newer standards (802.11be and other to come)

Merge request reports