Searched refs:ht_capie (Results 1 – 2 of 2) sorted by relevance
2663 struct rtw_ieee80211_ht_cap ht_capie; in rtw_restructure_ht_ie() local2674 memset(&ht_capie, 0, sizeof(struct rtw_ieee80211_ht_cap)); in rtw_restructure_ht_ie()2676 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_DSSSCCK40); in rtw_restructure_ht_ie()2679 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_20); in rtw_restructure_ht_ie()2721 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH); in rtw_restructure_ht_ie()2723 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SGI_40); in rtw_restructure_ht_ie()2727 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_TX_STBC); in rtw_restructure_ht_ie()2730 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_SM_PS); in rtw_restructure_ht_ie()2741 memcpy(ht_capie.supp_mcs_set, pmlmeext->default_supported_mcs_set, 16); in rtw_restructure_ht_ie()2749 ht_capie.cap_info |= cpu_to_le16(IEEE80211_HT_CAP_RX_STBC_1R);/* RX STBC One spatial stream */ in rtw_restructure_ht_ie()[all …]
1646 struct ieee80211_ht_cap ht_capie; in r8712_restructure_ht_ie() local1662 memset(&ht_capie, 0, sizeof(struct ieee80211_ht_cap)); in r8712_restructure_ht_ie()1663 ht_capie.cap_info = cpu_to_le16(IEEE80211_HT_CAP_SUP_WIDTH | in r8712_restructure_ht_ie()1669 ht_capie.ampdu_params_info = (IEEE80211_HT_CAP_AMPDU_FACTOR & in r8712_restructure_ht_ie()1673 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()