Searched refs:ht_capie (Results 1 – 2 of 2) sorted by relevance
2726 struct rtw_ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local2737 memset(&ht_capie, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_restructure_ht_ie()2739 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_DSSSCCK40); in rtw_restructure_ht_ie()2742 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_20); in rtw_restructure_ht_ie()2784 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH); in rtw_restructure_ht_ie()2786 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_40); in rtw_restructure_ht_ie()2790 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_TX_STBC); in rtw_restructure_ht_ie()2793 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SM_PS); in rtw_restructure_ht_ie()2804 memcpy(ht_capie.supp_mcs_set, pmlmeext->default_supported_mcs_set, 16); in rtw_restructure_ht_ie()2812 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_RX_STBC_1R);/* RX STBC One spatial stream */ in rtw_restructure_ht_ie()[all …]
1691 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() local1707 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie()1708 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH | in r8712_restructure_ht_ie()1714 ht_capie.ampdu_params_info = (IEEE80211_HT_CAP_AMPDU_FACTOR & in r8712_restructure_ht_ie()1718 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()