Searched refs:own_tx (Results 1 – 1 of 1) sorted by relevance
241 u16 own_rx, own_tx, peer_rx, peer_tx; in ieee80211_vht_cap_ie_to_sta_vht_cap() local246 own_tx = le16_to_cpu(own_cap.vht_mcs.tx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()247 own_tx = (own_tx >> i * 2) & IEEE80211_VHT_MCS_NOT_SUPPORTED; in ieee80211_vht_cap_ie_to_sta_vht_cap()263 if (own_tx == IEEE80211_VHT_MCS_NOT_SUPPORTED) in ieee80211_vht_cap_ie_to_sta_vht_cap()265 else if (own_tx < peer_rx) in ieee80211_vht_cap_ie_to_sta_vht_cap()266 peer_rx = own_tx; in ieee80211_vht_cap_ie_to_sta_vht_cap()