]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/wireless/util.c
cfg80211: apply same mandatory rate flags for 5GHz and 6GHz
[linux.git] / net / wireless / util.c
index 27171aa10e9f55a18663ffee19825ade085ad134..59ed0808c13e984730cbff41d1d300dbb5081014 100644 (file)
@@ -156,6 +156,7 @@ static void set_mandatory_flags_band(struct ieee80211_supported_band *sband)
 
        switch (sband->band) {
        case NL80211_BAND_5GHZ:
+       case NL80211_BAND_6GHZ:
                want = 3;
                for (i = 0; i < sband->n_bitrates; i++) {
                        if (sband->bitrates[i].bitrate == 60 ||