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()
1604 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in rs_move_siso_to_other() local
1698 if (!tbl->is_ht40 && !(ht_cap->cap & in rs_move_siso_to_other()
1701 if (tbl->is_ht40 && !(ht_cap->cap & in rs_move_siso_to_other()
1776 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in rs_move_mimo2_to_other() local
1866 if (!tbl->is_ht40 && !(ht_cap->cap & in rs_move_mimo2_to_other()
1869 if (tbl->is_ht40 && !(ht_cap->cap & in rs_move_mimo2_to_other()
1946 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in rs_move_mimo3_to_other() local
2058 if (!tbl->is_ht40 && !(ht_cap->cap & in rs_move_mimo3_to_other()
2061 if (tbl->is_ht40 && !(ht_cap->cap & in rs_move_mimo3_to_other()
2808 struct ieee80211_sta_ht_cap *ht_cap = &sta->ht_cap; in iwl_rs_rate_init() local
2852 lq_sta->active_siso_rate = ht_cap->mcs.rx_mask[0] << 1; in iwl_rs_rate_init()
2853 lq_sta->active_siso_rate |= ht_cap->mcs.rx_mask[0] & 0x1; in iwl_rs_rate_init()
2858 lq_sta->active_mimo2_rate = ht_cap->mcs.rx_mask[1] << 1; in iwl_rs_rate_init()
2859 lq_sta->active_mimo2_rate |= ht_cap->mcs.rx_mask[1] & 0x1; in iwl_rs_rate_init()
2863 lq_sta->active_mimo3_rate = ht_cap->mcs.rx_mask[2] << 1; in iwl_rs_rate_init()
2864 lq_sta->active_mimo3_rate |= ht_cap->mcs.rx_mask[2] & 0x1; in iwl_rs_rate_init()