Searched refs:vht_operation_info (Results 1 – 1 of 1) sorted by relevance
2907 struct ieee80211_vht_operation_info *vht_operation_info) in get_oh_vht_oper_channel_width() argument2911 switch (vht_operation_info->vht_op_info_chwidth) { in get_oh_vht_oper_channel_width()2913 tmp_seg0 = vht_operation_info->vht_op_info_chan_center_freq_seg0_idx; in get_oh_vht_oper_channel_width()2914 tmp_seg1 = vht_operation_info->vht_op_info_chan_center_freq_seg1_idx; in get_oh_vht_oper_channel_width()2998 struct ieee80211_vht_operation_info *vht_operation_info = in get_oh_he_oper_channel_width() local3001 ch_width = get_oh_vht_oper_channel_width(vht_operation_info); in get_oh_he_oper_channel_width()3016 struct ieee80211_vht_operation_info *vht_operation_info = in get_oh_oper_channel_width() local3025 if (ch_width == CHAN_WIDTH_UNKNOWN && vht_operation_info) { in get_oh_oper_channel_width()3026 ch_width = get_oh_vht_oper_channel_width(vht_operation_info); in get_oh_oper_channel_width()