Lines Matching refs:sband
5627 struct ieee80211_supported_band *sband; in rtl8xxxu_probe() local
5718 sband = &rtl8xxxu_supported_band; in rtl8xxxu_probe()
5719 sband->ht_cap.ht_supported = true; in rtl8xxxu_probe()
5720 sband->ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_64K; in rtl8xxxu_probe()
5721 sband->ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_16; in rtl8xxxu_probe()
5722 sband->ht_cap.cap = IEEE80211_HT_CAP_SGI_20 | IEEE80211_HT_CAP_SGI_40; in rtl8xxxu_probe()
5723 memset(&sband->ht_cap.mcs, 0, sizeof(sband->ht_cap.mcs)); in rtl8xxxu_probe()
5724 sband->ht_cap.mcs.rx_mask[0] = 0xff; in rtl8xxxu_probe()
5725 sband->ht_cap.mcs.rx_mask[4] = 0x01; in rtl8xxxu_probe()
5727 sband->ht_cap.mcs.rx_mask[1] = 0xff; in rtl8xxxu_probe()
5728 sband->ht_cap.cap |= IEEE80211_HT_CAP_SGI_40; in rtl8xxxu_probe()
5730 sband->ht_cap.mcs.tx_params = IEEE80211_HT_MCS_TX_DEFINED; in rtl8xxxu_probe()
5738 sband->ht_cap.cap |= IEEE80211_HT_CAP_SUP_WIDTH_20_40; in rtl8xxxu_probe()
5740 hw->wiphy->bands[IEEE80211_BAND_2GHZ] = sband; in rtl8xxxu_probe()