Searched refs:own_tx (Results 1 – 2 of 2) sorted by relevance
70 u16 own_rx, own_tx, peer_rx, peer_tx; in ieee80211_he_mcs_intersection() local76 own_tx = le16_to_cpu(*he_own_tx); in ieee80211_he_mcs_intersection()77 own_tx = (own_tx >> i * 2) & IEEE80211_HE_MCS_NOT_SUPPORTED; in ieee80211_he_mcs_intersection()93 if (own_tx == IEEE80211_HE_MCS_NOT_SUPPORTED) in ieee80211_he_mcs_intersection()95 else if (own_tx < peer_rx) in ieee80211_he_mcs_intersection()96 peer_rx = own_tx; in ieee80211_he_mcs_intersection()
243 u16 own_rx, own_tx, peer_rx, peer_tx; in ieee80211_vht_cap_ie_to_sta_vht_cap() local248 own_tx = le16_to_cpu(own_cap.vht_mcs.tx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()249 own_tx = (own_tx >> i * 2) & IEEE80211_VHT_MCS_NOT_SUPPORTED; in ieee80211_vht_cap_ie_to_sta_vht_cap()265 if (own_tx == IEEE80211_VHT_MCS_NOT_SUPPORTED) in ieee80211_vht_cap_ie_to_sta_vht_cap()267 else if (own_tx < peer_rx) in ieee80211_vht_cap_ie_to_sta_vht_cap()268 peer_rx = own_tx; in ieee80211_vht_cap_ie_to_sta_vht_cap()