Home
last modified time | relevance | path

Searched refs:ht_supp_rates (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c1303 u32 ht_supp_rates = 0; in ssv6xxx_rate_update_rc_type() local
1306 rc_sta->ht_supp_rates = 0; in ssv6xxx_rate_update_rc_type()
1330 ht_supp_rates |= BIT(i); in ssv6xxx_rate_update_rc_type()
1332 rc_sta->ht_supp_rates = ht_supp_rates; in ssv6xxx_rate_update_rc_type()
1392 rc_sta->rc_supp_rates |= (ht_supp_rates << 4); in ssv6xxx_rate_update_rc_type()
1395 rc_sta->rc_supp_rates = ht_supp_rates; in ssv6xxx_rate_update_rc_type()
H A Dssv_rc_common.h174 u32 ht_supp_rates; member
H A Dssv_ht_rc.c132 if (!(rc_sta->ht_supp_rates & BIT(i))) in rate_control_ht_sample()