own_tx            241 net/mac80211/vht.c 		u16 own_rx, own_tx, peer_rx, peer_tx;
own_tx            246 net/mac80211/vht.c 		own_tx = le16_to_cpu(own_cap.vht_mcs.tx_mcs_map);
own_tx            247 net/mac80211/vht.c 		own_tx = (own_tx >> i * 2) & IEEE80211_VHT_MCS_NOT_SUPPORTED;
own_tx            263 net/mac80211/vht.c 			if (own_tx == IEEE80211_VHT_MCS_NOT_SUPPORTED)
own_tx            265 net/mac80211/vht.c 			else if (own_tx < peer_rx)
own_tx            266 net/mac80211/vht.c 				peer_rx = own_tx;