Lines Matching refs:deflink

1011 	u16 mcs_map = le16_to_cpu(sta->deflink.vht_cap.vht_mcs.rx_mcs_map);  in get_vht_ra_mask()
1230 if (sta->deflink.vht_cap.vht_supported) { in rtw_update_sta_info()
1233 if (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_RXSTBC_MASK) in rtw_update_sta_info()
1235 if (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_RXLDPC) in rtw_update_sta_info()
1237 } else if (sta->deflink.ht_cap.ht_supported) { in rtw_update_sta_info()
1238 ra_mask |= ((u64)sta->deflink.ht_cap.mcs.rx_mask[3] << 36) | in rtw_update_sta_info()
1239 ((u64)sta->deflink.ht_cap.mcs.rx_mask[2] << 28) | in rtw_update_sta_info()
1240 (sta->deflink.ht_cap.mcs.rx_mask[1] << 20) | in rtw_update_sta_info()
1241 (sta->deflink.ht_cap.mcs.rx_mask[0] << 12); in rtw_update_sta_info()
1242 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_RX_STBC) in rtw_update_sta_info()
1244 if (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_LDPC_CODING) in rtw_update_sta_info()
1255 ra_mask |= (u64)sta->deflink.supp_rates[NL80211_BAND_5GHZ] << 4; in rtw_update_sta_info()
1257 if (sta->deflink.vht_cap.vht_supported) { in rtw_update_sta_info()
1260 } else if (sta->deflink.ht_cap.ht_supported) { in rtw_update_sta_info()
1268 ra_mask |= sta->deflink.supp_rates[NL80211_BAND_2GHZ]; in rtw_update_sta_info()
1270 if (sta->deflink.vht_cap.vht_supported) { in rtw_update_sta_info()
1275 } else if (sta->deflink.ht_cap.ht_supported) { in rtw_update_sta_info()
1280 } else if (sta->deflink.supp_rates[0] <= 0xf) { in rtw_update_sta_info()
1293 switch (sta->deflink.bandwidth) { in rtw_update_sta_info()
1296 is_support_sgi = sta->deflink.vht_cap.vht_supported && in rtw_update_sta_info()
1297 (sta->deflink.vht_cap.cap & IEEE80211_VHT_CAP_SHORT_GI_80); in rtw_update_sta_info()
1301 is_support_sgi = sta->deflink.ht_cap.ht_supported && in rtw_update_sta_info()
1302 (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_40); in rtw_update_sta_info()
1306 is_support_sgi = sta->deflink.ht_cap.ht_supported && in rtw_update_sta_info()
1307 (sta->deflink.ht_cap.cap & IEEE80211_HT_CAP_SGI_20); in rtw_update_sta_info()
1311 if (sta->deflink.vht_cap.vht_supported || in rtw_update_sta_info()
1312 sta->deflink.ht_cap.ht_supported) in rtw_update_sta_info()
2474 if (sta->deflink.vht_cap.vht_supported) in rtw_set_ampdu_factor()
2475 factor = u32_get_bits(sta->deflink.vht_cap.cap, in rtw_set_ampdu_factor()
2477 else if (sta->deflink.ht_cap.ht_supported) in rtw_set_ampdu_factor()
2478 factor = sta->deflink.ht_cap.ampdu_factor; in rtw_set_ampdu_factor()