Searched refs:sta_rx_val (Results 1 – 1 of 1) sorted by relevance
435 u8 sta_rx_val; in ieee80211_verify_sta_vht_mcs_support() local441 sta_rx_val = (sta_rx_mcs_map >> (2 * (nss - 1))) & 3; in ieee80211_verify_sta_vht_mcs_support()444 if (sta_rx_val == IEEE80211_HE_MCS_NOT_SUPPORTED || in ieee80211_verify_sta_vht_mcs_support()446 sta_rx_val < ap_op_val || sta_tx_val < ap_op_val) { in ieee80211_verify_sta_vht_mcs_support()449 nss, sta_rx_val, sta_tx_val, ap_op_val); in ieee80211_verify_sta_vht_mcs_support()587 u8 sta_rx_val = (sta_mcs_map_rx >> (2 * (nss - 1))) & 3; in ieee80211_verify_sta_he_mcs_support() local606 if (sta_rx_val == IEEE80211_HE_MCS_NOT_SUPPORTED || in ieee80211_verify_sta_he_mcs_support()608 (ap_val > sta_rx_val) || (ap_val > sta_tx_val)) { in ieee80211_verify_sta_he_mcs_support()