Searched refs:own_tx (Results 1 – 1 of 1) sorted by relevance
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()