Searched refs:sta_rx_val (Results 1 – 1 of 1) sorted by relevance
433 u8 sta_rx_val; in ieee80211_verify_sta_vht_mcs_support() local439 sta_rx_val = (sta_rx_mcs_map >> (2 * (nss - 1))) & 3; in ieee80211_verify_sta_vht_mcs_support()442 if (sta_rx_val == IEEE80211_HE_MCS_NOT_SUPPORTED || in ieee80211_verify_sta_vht_mcs_support()444 sta_rx_val < ap_op_val || sta_tx_val < ap_op_val) { in ieee80211_verify_sta_vht_mcs_support()447 nss, sta_rx_val, sta_tx_val, ap_op_val); in ieee80211_verify_sta_vht_mcs_support()585 u8 sta_rx_val = (sta_mcs_map_rx >> (2 * (nss - 1))) & 3; in ieee80211_verify_sta_he_mcs_support() local604 if (sta_rx_val == IEEE80211_HE_MCS_NOT_SUPPORTED || in ieee80211_verify_sta_he_mcs_support()606 (ap_val > sta_rx_val) || (ap_val > sta_tx_val)) { in ieee80211_verify_sta_he_mcs_support()