Searched refs:sta_rx_val (Results 1 – 1 of 1) sorted by relevance
519 u8 sta_rx_val; in ieee80211_verify_sta_vht_mcs_support() local525 sta_rx_val = (sta_rx_mcs_map >> (2 * (nss - 1))) & 3; in ieee80211_verify_sta_vht_mcs_support()528 if (sta_rx_val == IEEE80211_HE_MCS_NOT_SUPPORTED || in ieee80211_verify_sta_vht_mcs_support()530 sta_rx_val < ap_op_val || sta_tx_val < ap_op_val) { in ieee80211_verify_sta_vht_mcs_support()533 nss, sta_rx_val, sta_tx_val, ap_op_val); in ieee80211_verify_sta_vht_mcs_support()671 u8 sta_rx_val = (sta_mcs_map_rx >> (2 * (nss - 1))) & 3; in ieee80211_verify_sta_he_mcs_support() local690 if (sta_rx_val == IEEE80211_HE_MCS_NOT_SUPPORTED || in ieee80211_verify_sta_he_mcs_support()692 (ap_val > sta_rx_val) || (ap_val > sta_tx_val)) { in ieee80211_verify_sta_he_mcs_support()