Lines Matching refs:vht_oper
3079 struct ieee80211_vht_operation *vht_oper;
3083 vht_oper = (struct ieee80211_vht_operation *)pos;
3084 vht_oper->center_freq_seg0_idx = ieee80211_frequency_to_channel(
3087 vht_oper->center_freq_seg1_idx =
3090 vht_oper->center_freq_seg1_idx = 0x00;
3098 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
3099 vht_oper->center_freq_seg1_idx = vht_oper->center_freq_seg0_idx;
3101 vht_oper->center_freq_seg0_idx -= 8;
3103 vht_oper->center_freq_seg0_idx += 8;
3110 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
3113 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_80MHZ;
3116 vht_oper->chan_width = IEEE80211_VHT_CHANWIDTH_USE_HT;
3121 vht_oper->basic_mcs_set = cpu_to_le16(0xffff);