Searched refs:own_rx (Results 1 – 1 of 1) sorted by relevance
236 u16 own_rx, own_tx, peer_rx, peer_tx; in ieee80211_vht_cap_ie_to_sta_vht_cap() local238 own_rx = le16_to_cpu(own_cap.vht_mcs.rx_mcs_map); in ieee80211_vht_cap_ie_to_sta_vht_cap()239 own_rx = (own_rx >> i * 2) & IEEE80211_VHT_MCS_NOT_SUPPORTED; in ieee80211_vht_cap_ie_to_sta_vht_cap()251 if (own_rx == IEEE80211_VHT_MCS_NOT_SUPPORTED) in ieee80211_vht_cap_ie_to_sta_vht_cap()253 else if (own_rx < peer_tx) in ieee80211_vht_cap_ie_to_sta_vht_cap()254 peer_tx = own_rx; in ieee80211_vht_cap_ie_to_sta_vht_cap()