Home
last modified time | relevance | path

Searched refs:WILC_WFI_band_2ghz (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c105 static struct ieee80211_supported_band WILC_WFI_band_2ghz = { variable
3327 WILC_WFI_band_2ghz.ht_cap.ht_supported = 1; in WILC_WFI_CfgAlloc()
3328 WILC_WFI_band_2ghz.ht_cap.cap |= (1 << IEEE80211_HT_CAP_RX_STBC_SHIFT); in WILC_WFI_CfgAlloc()
3329 WILC_WFI_band_2ghz.ht_cap.mcs.rx_mask[0] = 0xff; in WILC_WFI_CfgAlloc()
3330 WILC_WFI_band_2ghz.ht_cap.ampdu_factor = IEEE80211_HT_MAX_AMPDU_8K; in WILC_WFI_CfgAlloc()
3331 WILC_WFI_band_2ghz.ht_cap.ampdu_density = IEEE80211_HT_MPDU_DENSITY_NONE; in WILC_WFI_CfgAlloc()
3334 wdev->wiphy->bands[IEEE80211_BAND_2GHZ] = &WILC_WFI_band_2ghz; in WILC_WFI_CfgAlloc()