Lines Matching refs:ht_cap
1271 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_mimo2()
1326 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_mimo3()
1382 if (!conf_is_ht(conf) || !sta->ht_cap.ht_supported) in rs_switch_to_siso()
1602 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in rs_move_siso_to_other() local
1696 if (!tbl->is_ht40 && !(ht_cap->cap & in rs_move_siso_to_other()
1699 if (tbl->is_ht40 && !(ht_cap->cap & in rs_move_siso_to_other()
1772 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in rs_move_mimo2_to_other() local
1862 if (!tbl->is_ht40 && !(ht_cap->cap & in rs_move_mimo2_to_other()
1865 if (tbl->is_ht40 && !(ht_cap->cap & in rs_move_mimo2_to_other()
1940 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in rs_move_mimo3_to_other() local
2052 if (!tbl->is_ht40 && !(ht_cap->cap & in rs_move_mimo3_to_other()
2055 if (tbl->is_ht40 && !(ht_cap->cap & in rs_move_mimo3_to_other()
2799 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in iwl_rs_rate_init() local
2843 lq_sta->active_siso_rate = ht_cap->mcs.rx_mask[0] << 1; in iwl_rs_rate_init()
2844 lq_sta->active_siso_rate |= ht_cap->mcs.rx_mask[0] & 0x1; in iwl_rs_rate_init()
2849 lq_sta->active_mimo2_rate = ht_cap->mcs.rx_mask[1] << 1; in iwl_rs_rate_init()
2850 lq_sta->active_mimo2_rate |= ht_cap->mcs.rx_mask[1] & 0x1; in iwl_rs_rate_init()
2854 lq_sta->active_mimo3_rate = ht_cap->mcs.rx_mask[2] << 1; in iwl_rs_rate_init()
2855 lq_sta->active_mimo3_rate |= ht_cap->mcs.rx_mask[2] & 0x1; in iwl_rs_rate_init()