Searched refs:own_rx (Results 1 – 2 of 2) sorted by relevance
70 u16 own_rx, own_tx, peer_rx, peer_tx; in ieee80211_he_mcs_intersection() local73 own_rx = le16_to_cpu(*he_own_rx); in ieee80211_he_mcs_intersection()74 own_rx = (own_rx >> i * 2) & IEEE80211_HE_MCS_NOT_SUPPORTED; in ieee80211_he_mcs_intersection()86 if (own_rx == IEEE80211_HE_MCS_NOT_SUPPORTED) in ieee80211_he_mcs_intersection()88 else if (own_rx < peer_tx) in ieee80211_he_mcs_intersection()89 peer_tx = own_rx; in ieee80211_he_mcs_intersection()
243 u16 own_rx, own_tx, peer_rx, peer_tx; in ieee80211_vht_cap_ie_to_sta_vht_cap() local245 own_rx = le16_to_cpu(own_cap.vht_mcs.rx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()246 own_rx = (own_rx >> i * 2) & IEEE80211_VHT_MCS_NOT_SUPPORTED; in ieee80211_vht_cap_ie_to_sta_vht_cap()258 if (own_rx == IEEE80211_VHT_MCS_NOT_SUPPORTED) in ieee80211_vht_cap_ie_to_sta_vht_cap()260 else if (own_rx < peer_tx) in ieee80211_vht_cap_ie_to_sta_vht_cap()261 peer_tx = own_rx; in ieee80211_vht_cap_ie_to_sta_vht_cap()